| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
MeasureGroupPopulation |
MeasureGroupPopulation.Builder.build() |
static MeasureGroupPopulation |
MeasureGroupPopulation.fromByteBuffer(ByteBuffer b)
Deserializes a MeasureGroupPopulation from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MeasureGroupPopulation> |
MeasureGroupPopulation.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<MeasureGroupPopulation> |
MeasureGroupPopulation.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<MeasureGroupPopulation> |
MeasureGroup.getPopulation()
Gets the value of the 'population' field.
|
List<MeasureGroupPopulation> |
MeasureGroup.Builder.getPopulation()
Gets the value of the 'population' field.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureGroupPopulation.Builder |
MeasureGroupPopulation.newBuilder(MeasureGroupPopulation other)
Creates a new MeasureGroupPopulation RecordBuilder by copying an existing MeasureGroupPopulation instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureGroup.setPopulation(List<MeasureGroupPopulation> value)
Sets the value of the 'population' field.
|
MeasureGroup.Builder |
MeasureGroup.Builder.setPopulation(List<MeasureGroupPopulation> value)
Sets the value of the 'population' field.
|
| Constructor and Description |
|---|
MeasureGroup(String id,
Identifier identifier,
String name,
String description,
List<MeasureGroupPopulation> population,
List<MeasureGroupStratifier> stratifier)
All-args constructor.
|
Copyright © 2020. All rights reserved.