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