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