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