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