public static class MeasureReportGroupStratifierStratum.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MeasureReportGroupStratifierStratum> implements org.apache.avro.data.RecordBuilder<MeasureReportGroupStratifierStratum>
| Modifier and Type | Method and Description |
|---|---|
MeasureReportGroupStratifierStratum |
build() |
MeasureReportGroupStratifierStratum.Builder |
clearId()
Clears the value of the 'id' field.
|
MeasureReportGroupStratifierStratum.Builder |
clearMeasureScore()
Clears the value of the 'measureScore' field.
|
MeasureReportGroupStratifierStratum.Builder |
clearPopulation()
Clears the value of the 'population' field.
|
MeasureReportGroupStratifierStratum.Builder |
clearValue()
Clears the value of the 'value' field.
|
String |
getId()
Gets the value of the 'id' field.
|
BigDecimal |
getMeasureScore()
Gets the value of the 'measureScore' field.
|
List<MeasureReportGroupStratifierStratumPopulation> |
getPopulation()
Gets the value of the 'population' field.
|
String |
getValue()
Gets the value of the 'value' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasMeasureScore()
Checks whether the 'measureScore' field has been set.
|
boolean |
hasPopulation()
Checks whether the 'population' field has been set.
|
boolean |
hasValue()
Checks whether the 'value' field has been set.
|
MeasureReportGroupStratifierStratum.Builder |
setId(String value)
Sets the value of the 'id' field.
|
MeasureReportGroupStratifierStratum.Builder |
setMeasureScore(BigDecimal value)
Sets the value of the 'measureScore' field.
|
MeasureReportGroupStratifierStratum.Builder |
setPopulation(List<MeasureReportGroupStratifierStratumPopulation> value)
Sets the value of the 'population' field.
|
MeasureReportGroupStratifierStratum.Builder |
setValue(String value)
Sets the value of the 'value' field.
|
public String getId()
public MeasureReportGroupStratifierStratum.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public MeasureReportGroupStratifierStratum.Builder clearId()
public String getValue()
public MeasureReportGroupStratifierStratum.Builder setValue(String value)
value - The value of 'value'.public boolean hasValue()
public MeasureReportGroupStratifierStratum.Builder clearValue()
public List<MeasureReportGroupStratifierStratumPopulation> getPopulation()
public MeasureReportGroupStratifierStratum.Builder setPopulation(List<MeasureReportGroupStratifierStratumPopulation> value)
value - The value of 'population'.public boolean hasPopulation()
public MeasureReportGroupStratifierStratum.Builder clearPopulation()
public BigDecimal getMeasureScore()
public MeasureReportGroupStratifierStratum.Builder setMeasureScore(BigDecimal value)
value - The value of 'measureScore'.public boolean hasMeasureScore()
public MeasureReportGroupStratifierStratum.Builder clearMeasureScore()
public MeasureReportGroupStratifierStratum build()
build in interface org.apache.avro.data.RecordBuilder<MeasureReportGroupStratifierStratum>Copyright © 2020. All rights reserved.