| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ObservationComponent |
ObservationComponent.Builder.build() |
static ObservationComponent |
ObservationComponent.fromByteBuffer(ByteBuffer b)
Deserializes a ObservationComponent from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ObservationComponent> |
ObservationComponent.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<ObservationComponent> |
Observation.getComponent()
Gets the value of the 'component' field.
|
List<ObservationComponent> |
Observation.Builder.getComponent()
Gets the value of the 'component' field.
|
static org.apache.avro.message.BinaryMessageDecoder<ObservationComponent> |
ObservationComponent.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationComponent.Builder |
ObservationComponent.newBuilder(ObservationComponent other)
Creates a new ObservationComponent RecordBuilder by copying an existing ObservationComponent instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Observation.setComponent(List<ObservationComponent> value)
Sets the value of the 'component' field.
|
Observation.Builder |
Observation.Builder.setComponent(List<ObservationComponent> value)
Sets the value of the 'component' field.
|
Copyright © 2020. All rights reserved.