| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
ObservationReference |
ObservationReference.Builder.build() |
static ObservationReference |
ObservationReference.fromByteBuffer(ByteBuffer b)
Deserializes a ObservationReference from a ByteBuffer.
|
ObservationReference |
ImmunizationReaction.getDetail()
Gets the value of the 'detail' field.
|
ObservationReference |
ImmunizationReaction.Builder.getDetail()
Gets the value of the 'detail' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ObservationReference> |
ObservationReference.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<ObservationReference> |
ObservationReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationReference.Builder |
ObservationReference.newBuilder(ObservationReference other)
Creates a new ObservationReference RecordBuilder by copying an existing ObservationReference instance.
|
void |
ImmunizationReaction.setDetail(ObservationReference value)
Sets the value of the 'detail' field.
|
ImmunizationReaction.Builder |
ImmunizationReaction.Builder.setDetail(ObservationReference value)
Sets the value of the 'detail' field.
|
| Constructor and Description |
|---|
ImmunizationReaction(String id,
String date,
ObservationReference detail,
Boolean reported)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ObservationReference |
ImmunizationReaction.getDetail()
Gets the value of the 'detail' field.
|
ObservationReference |
ImmunizationReaction.Builder.getDetail()
Gets the value of the 'detail' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImmunizationReaction.setDetail(ObservationReference value)
Sets the value of the 'detail' field.
|
ImmunizationReaction.Builder |
ImmunizationReaction.Builder.setDetail(ObservationReference value)
Sets the value of the 'detail' field.
|
| Constructor and Description |
|---|
ImmunizationReaction(String id,
String date,
ObservationReference detail,
Boolean reported)
All-args constructor.
|
Copyright © 2020. All rights reserved.