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