| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ObservationRelated |
ObservationRelated.Builder.build() |
static ObservationRelated |
ObservationRelated.fromByteBuffer(ByteBuffer b)
Deserializes a ObservationRelated from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ObservationRelated> |
ObservationRelated.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<ObservationRelated> |
ObservationRelated.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<ObservationRelated> |
Observation.getRelated()
Gets the value of the 'related' field.
|
List<ObservationRelated> |
Observation.Builder.getRelated()
Gets the value of the 'related' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationRelated.Builder |
ObservationRelated.newBuilder(ObservationRelated other)
Creates a new ObservationRelated RecordBuilder by copying an existing ObservationRelated instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Observation.setRelated(List<ObservationRelated> value)
Sets the value of the 'related' field.
|
Observation.Builder |
Observation.Builder.setRelated(List<ObservationRelated> value)
Sets the value of the 'related' field.
|
Copyright © 2020. All rights reserved.