| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
Age |
Age.Builder.build() |
static Age |
Age.fromByteBuffer(ByteBuffer b)
Deserializes a Age from a ByteBuffer.
|
Age |
ChoiceAgePeriodRangeBooleanDateTimeString.getAge()
Gets the value of the 'age' field.
|
Age |
ChoiceAgePeriodRangeBooleanDateTimeString.Builder.getAge()
Gets the value of the 'age' field.
|
Age |
ChoiceAgePeriodRangeDateTimeString.getAge()
Gets the value of the 'age' field.
|
Age |
ChoiceAgePeriodRangeDateTimeString.Builder.getAge()
Gets the value of the 'age' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Age> |
Age.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<Age> |
Age.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Age.Builder |
Age.newBuilder(Age other)
Creates a new Age RecordBuilder by copying an existing Age instance.
|
void |
ChoiceAgePeriodRangeBooleanDateTimeString.setAge(Age value)
Sets the value of the 'age' field.
|
ChoiceAgePeriodRangeBooleanDateTimeString.Builder |
ChoiceAgePeriodRangeBooleanDateTimeString.Builder.setAge(Age value)
Sets the value of the 'age' field.
|
void |
ChoiceAgePeriodRangeDateTimeString.setAge(Age value)
Sets the value of the 'age' field.
|
ChoiceAgePeriodRangeDateTimeString.Builder |
ChoiceAgePeriodRangeDateTimeString.Builder.setAge(Age value)
Sets the value of the 'age' field.
|
| Constructor and Description |
|---|
ChoiceAgePeriodRangeBooleanDateTimeString(String dateTime,
Age age,
Boolean boolean$,
Period period,
Range range,
String string)
All-args constructor.
|
ChoiceAgePeriodRangeDateTimeString(String dateTime,
Age age,
Period period,
Range range,
String string)
All-args constructor.
|
Copyright © 2020. All rights reserved.