Class CadfReporterStep
- java.lang.Object
-
- org.linuxforhealth.fhir.audit.cadf.CadfReporterStep
-
public final class CadfReporterStep extends java.lang.ObjectCadfReporter 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 java.time.format.DateTimeFormatterformatterFullTimestamp
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CadfReporterStep.Builderbuilder()java.util.ArrayList<CadfAttachment>getAttachments()CadfResourcegetReporter()java.lang.StringgetReporterId()java.time.ZonedDateTimegetReporterTime()ReporterRolegetRole()
-
-
-
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()
-
-