Package com.ibm.fhir.audit.cadf
Class CadfReporterStep
- java.lang.Object
 - 
- com.ibm.fhir.audit.cadf.CadfReporterStep
 
 
- 
public final class CadfReporterStep extends Object
CadfReporter Step 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCadfReporterStep.Builderstatic classCadfReporterStep.ParserParserstatic classCadfReporterStep.WriterGenerates JSON from this object. 
- 
Field Summary
Fields Modifier and Type Field Description protected static DateTimeFormatterformatterFullTimestamp 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CadfReporterStep.Builderbuilder()ArrayList<CadfAttachment>getAttachments()CadfResourcegetReporter()StringgetReporterId()ZonedDateTimegetReporterTime()ReporterRolegetRole() 
 - 
 
- 
- 
Field Detail
- 
formatterFullTimestamp
protected static final DateTimeFormatter formatterFullTimestamp
 
 - 
 
- 
Method Detail
- 
getRole
public ReporterRole getRole()
 
- 
getReporter
public CadfResource getReporter()
 
- 
getReporterId
public String getReporterId()
 
- 
getReporterTime
public ZonedDateTime getReporterTime()
- Returns:
 - the reporterTime
 
 
- 
getAttachments
public ArrayList<CadfAttachment> getAttachments()
- Returns:
 - the attachments
 
 
- 
builder
public static CadfReporterStep.Builder builder()
 
 - 
 
 -