public static class TimeMicrosWrapper.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<TimeMicrosWrapper> implements org.apache.avro.data.RecordBuilder<TimeMicrosWrapper>
| Modifier and Type | Method and Description |
|---|---|
TimeMicrosWrapper |
build() |
TimeMicrosWrapper.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.
|
TimeMicrosWrapper.Builder |
setValue(long value)
Sets the value of the 'value' field.
|
public Long getValue()
public TimeMicrosWrapper.Builder setValue(long value)
value - The value of 'value'.public boolean hasValue()
public TimeMicrosWrapper.Builder clearValue()
public TimeMicrosWrapper build()
build in interface org.apache.avro.data.RecordBuilder<TimeMicrosWrapper>Copyright © 2024 The Apache Software Foundation. All rights reserved.