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