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