public static class MeasureReportGroup.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MeasureReportGroup> implements org.apache.avro.data.RecordBuilder<MeasureReportGroup>
| Modifier and Type | Method and Description |
|---|---|
MeasureReportGroup |
build() |
MeasureReportGroup.Builder |
clearId()
Clears the value of the 'id' field.
|
MeasureReportGroup.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
MeasureReportGroup.Builder |
clearMeasureScore()
Clears the value of the 'measureScore' field.
|
MeasureReportGroup.Builder |
clearPopulation()
Clears the value of the 'population' field.
|
MeasureReportGroup.Builder |
clearStratifier()
Clears the value of the 'stratifier' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Identifier |
getIdentifier()
Gets the value of the 'identifier' field.
|
Identifier.Builder |
getIdentifierBuilder()
Gets the Builder instance for the 'identifier' field and creates one if it doesn't exist yet.
|
BigDecimal |
getMeasureScore()
Gets the value of the 'measureScore' field.
|
List<MeasureReportGroupPopulation> |
getPopulation()
Gets the value of the 'population' field.
|
List<MeasureReportGroupStratifier> |
getStratifier()
Gets the value of the 'stratifier' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasIdentifier()
Checks whether the 'identifier' field has been set.
|
boolean |
hasIdentifierBuilder()
Checks whether the 'identifier' field has an active Builder instance
Field for FHIR property identifier
|
boolean |
hasMeasureScore()
Checks whether the 'measureScore' field has been set.
|
boolean |
hasPopulation()
Checks whether the 'population' field has been set.
|
boolean |
hasStratifier()
Checks whether the 'stratifier' field has been set.
|
MeasureReportGroup.Builder |
setId(String value)
Sets the value of the 'id' field.
|
MeasureReportGroup.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
MeasureReportGroup.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Field for FHIR property identifier
|
MeasureReportGroup.Builder |
setMeasureScore(BigDecimal value)
Sets the value of the 'measureScore' field.
|
MeasureReportGroup.Builder |
setPopulation(List<MeasureReportGroupPopulation> value)
Sets the value of the 'population' field.
|
MeasureReportGroup.Builder |
setStratifier(List<MeasureReportGroupStratifier> value)
Sets the value of the 'stratifier' field.
|
public String getId()
public MeasureReportGroup.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public MeasureReportGroup.Builder clearId()
public Identifier getIdentifier()
public MeasureReportGroup.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public MeasureReportGroup.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public MeasureReportGroup.Builder clearIdentifier()
public List<MeasureReportGroupPopulation> getPopulation()
public MeasureReportGroup.Builder setPopulation(List<MeasureReportGroupPopulation> value)
value - The value of 'population'.public boolean hasPopulation()
public MeasureReportGroup.Builder clearPopulation()
public BigDecimal getMeasureScore()
public MeasureReportGroup.Builder setMeasureScore(BigDecimal value)
value - The value of 'measureScore'.public boolean hasMeasureScore()
public MeasureReportGroup.Builder clearMeasureScore()
public List<MeasureReportGroupStratifier> getStratifier()
public MeasureReportGroup.Builder setStratifier(List<MeasureReportGroupStratifier> value)
value - The value of 'stratifier'.public boolean hasStratifier()
public MeasureReportGroup.Builder clearStratifier()
public MeasureReportGroup build()
build in interface org.apache.avro.data.RecordBuilder<MeasureReportGroup>Copyright © 2020. All rights reserved.