public static class EpisodeOfCareStatusHistory.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<EpisodeOfCareStatusHistory> implements org.apache.avro.data.RecordBuilder<EpisodeOfCareStatusHistory>
| Modifier and Type | Method and Description |
|---|---|
EpisodeOfCareStatusHistory |
build() |
EpisodeOfCareStatusHistory.Builder |
clearId()
Clears the value of the 'id' field.
|
EpisodeOfCareStatusHistory.Builder |
clearPeriod()
Clears the value of the 'period' field.
|
EpisodeOfCareStatusHistory.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.
|
EpisodeOfCareStatusHistory.Builder |
setId(String value)
Sets the value of the 'id' field.
|
EpisodeOfCareStatusHistory.Builder |
setPeriod(Period value)
Sets the value of the 'period' field.
|
EpisodeOfCareStatusHistory.Builder |
setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
EpisodeOfCareStatusHistory.Builder |
setStatus(String value)
Sets the value of the 'status' field.
|
public String getId()
public EpisodeOfCareStatusHistory.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public EpisodeOfCareStatusHistory.Builder clearId()
public String getStatus()
public EpisodeOfCareStatusHistory.Builder setStatus(String value)
value - The value of 'status'.public boolean hasStatus()
public EpisodeOfCareStatusHistory.Builder clearStatus()
public Period getPeriod()
public EpisodeOfCareStatusHistory.Builder setPeriod(Period value)
value - The value of 'period'.public boolean hasPeriod()
public Period.Builder getPeriodBuilder()
public EpisodeOfCareStatusHistory.Builder setPeriodBuilder(Period.Builder value)
value - The builder instance that must be set.public boolean hasPeriodBuilder()
public EpisodeOfCareStatusHistory.Builder clearPeriod()
public EpisodeOfCareStatusHistory build()
build in interface org.apache.avro.data.RecordBuilder<EpisodeOfCareStatusHistory>Copyright © 2020. All rights reserved.