| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
MeasureReportGroupPopulation |
MeasureReportGroupPopulation.Builder.build() |
static MeasureReportGroupPopulation |
MeasureReportGroupPopulation.fromByteBuffer(ByteBuffer b)
Deserializes a MeasureReportGroupPopulation from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MeasureReportGroupPopulation> |
MeasureReportGroupPopulation.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<MeasureReportGroupPopulation> |
MeasureReportGroupPopulation.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<MeasureReportGroupPopulation> |
MeasureReportGroup.getPopulation()
Gets the value of the 'population' field.
|
List<MeasureReportGroupPopulation> |
MeasureReportGroup.Builder.getPopulation()
Gets the value of the 'population' field.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureReportGroupPopulation.Builder |
MeasureReportGroupPopulation.newBuilder(MeasureReportGroupPopulation other)
Creates a new MeasureReportGroupPopulation RecordBuilder by copying an existing MeasureReportGroupPopulation instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureReportGroup.setPopulation(List<MeasureReportGroupPopulation> value)
Sets the value of the 'population' field.
|
MeasureReportGroup.Builder |
MeasureReportGroup.Builder.setPopulation(List<MeasureReportGroupPopulation> value)
Sets the value of the 'population' field.
|
| Constructor and Description |
|---|
MeasureReportGroup(String id,
Identifier identifier,
List<MeasureReportGroupPopulation> population,
BigDecimal measureScore,
List<MeasureReportGroupStratifier> stratifier)
All-args constructor.
|
Copyright © 2020. All rights reserved.