| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponseReference |
ClaimResponseReference.Builder.build() |
static ClaimResponseReference |
ClaimResponseReference.fromByteBuffer(ByteBuffer b)
Deserializes a ClaimResponseReference from a ByteBuffer.
|
ClaimResponseReference |
ClaimInsurance.getClaimResponse()
Gets the value of the 'claimResponse' field.
|
ClaimResponseReference |
ClaimInsurance.Builder.getClaimResponse()
Gets the value of the 'claimResponse' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ClaimResponseReference> |
ClaimResponseReference.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<ClaimResponseReference> |
ClaimResponseReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimResponseReference.Builder |
ClaimResponseReference.newBuilder(ClaimResponseReference other)
Creates a new ClaimResponseReference RecordBuilder by copying an existing ClaimResponseReference instance.
|
void |
ClaimInsurance.setClaimResponse(ClaimResponseReference value)
Sets the value of the 'claimResponse' field.
|
ClaimInsurance.Builder |
ClaimInsurance.Builder.setClaimResponse(ClaimResponseReference value)
Sets the value of the 'claimResponse' field.
|
| Constructor and Description |
|---|
ClaimInsurance(String id,
Integer sequence,
Boolean focal,
CoverageReference coverage,
String businessArrangement,
List<String> preAuthRef,
ClaimResponseReference claimResponse)
All-args constructor.
|
Copyright © 2020. All rights reserved.