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