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