public static class DecimalWrapper.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<DecimalWrapper> implements org.apache.avro.data.RecordBuilder<DecimalWrapper>
| Modifier and Type | Method and Description |
|---|---|
DecimalWrapper |
build() |
DecimalWrapper.Builder |
clearValue()
Clears the value of the 'value' field.
|
ByteBuffer |
getValue()
Gets the value of the 'value' field.
|
boolean |
hasValue()
Checks whether the 'value' field has been set.
|
DecimalWrapper.Builder |
setValue(ByteBuffer value)
Sets the value of the 'value' field.
|
public ByteBuffer getValue()
public DecimalWrapper.Builder setValue(ByteBuffer value)
value - The value of 'value'.public boolean hasValue()
public DecimalWrapper.Builder clearValue()
public DecimalWrapper build()
build in interface org.apache.avro.data.RecordBuilder<DecimalWrapper>Copyright © 2024 The Apache Software Foundation. All rights reserved.