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 class
CadfReporterStep.Builder
static class
CadfReporterStep.Parser
Parserstatic class
CadfReporterStep.Writer
Generates JSON from this object.
-
Field Summary
Fields Modifier and Type Field Description protected static DateTimeFormatter
formatterFullTimestamp
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CadfReporterStep.Builder
builder()
ArrayList<CadfAttachment>
getAttachments()
CadfResource
getReporter()
String
getReporterId()
ZonedDateTime
getReporterTime()
ReporterRole
getRole()
-
-
-
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()
-
-