public static class EncounterStatusHistory.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<EncounterStatusHistory> implements org.apache.avro.data.RecordBuilder<EncounterStatusHistory>
| Modifier and Type | Method and Description |
|---|---|
EncounterStatusHistory |
build() |
EncounterStatusHistory.Builder |
clearId()
Clears the value of the 'id' field.
|
EncounterStatusHistory.Builder |
clearPeriod()
Clears the value of the 'period' field.
|
EncounterStatusHistory.Builder |
clearStatus()
Clears the value of the 'status' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Period |
getPeriod()
Gets the value of the 'period' field.
|
Period.Builder |
getPeriodBuilder()
Gets the Builder instance for the 'period' field and creates one if it doesn't exist yet.
|
String |
getStatus()
Gets the value of the 'status' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasPeriod()
Checks whether the 'period' field has been set.
|
boolean |
hasPeriodBuilder()
Checks whether the 'period' field has an active Builder instance
Field for FHIR property period
|
boolean |
hasStatus()
Checks whether the 'status' field has been set.
|
EncounterStatusHistory.Builder |
setId(String value)
Sets the value of the 'id' field.
|
EncounterStatusHistory.Builder |
setPeriod(Period value)
Sets the value of the 'period' field.
|
EncounterStatusHistory.Builder |
setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
EncounterStatusHistory.Builder |
setStatus(String value)
Sets the value of the 'status' field.
|
public String getId()
public EncounterStatusHistory.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public EncounterStatusHistory.Builder clearId()
public String getStatus()
public EncounterStatusHistory.Builder setStatus(String value)
value - The value of 'status'.public boolean hasStatus()
public EncounterStatusHistory.Builder clearStatus()
public Period getPeriod()
public EncounterStatusHistory.Builder setPeriod(Period value)
value - The value of 'period'.public boolean hasPeriod()
public Period.Builder getPeriodBuilder()
public EncounterStatusHistory.Builder setPeriodBuilder(Period.Builder value)
value - The builder instance that must be set.public boolean hasPeriodBuilder()
public EncounterStatusHistory.Builder clearPeriod()
public EncounterStatusHistory build()
build in interface org.apache.avro.data.RecordBuilder<EncounterStatusHistory>Copyright © 2020. All rights reserved.