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