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