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