Class CadfReporterStep
- java.lang.Object
-
- org.linuxforhealth.fhir.audit.cadf.CadfReporterStep
-
public final class CadfReporterStep extends java.lang.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 java.time.format.DateTimeFormatter
formatterFullTimestamp
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CadfReporterStep.Builder
builder()
java.util.ArrayList<CadfAttachment>
getAttachments()
CadfResource
getReporter()
java.lang.String
getReporterId()
java.time.ZonedDateTime
getReporterTime()
ReporterRole
getRole()
-
-
-
Method Detail
-
getRole
public ReporterRole getRole()
-
getReporter
public CadfResource getReporter()
-
getReporterId
public java.lang.String getReporterId()
-
getReporterTime
public java.time.ZonedDateTime getReporterTime()
- Returns:
- the reporterTime
-
getAttachments
public java.util.ArrayList<CadfAttachment> getAttachments()
- Returns:
- the attachments
-
builder
public static CadfReporterStep.Builder builder()
-
-