public static class ChoiceBooleanInteger.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChoiceBooleanInteger> implements org.apache.avro.data.RecordBuilder<ChoiceBooleanInteger>
| Modifier and Type | Method and Description |
|---|---|
ChoiceBooleanInteger |
build() |
ChoiceBooleanInteger.Builder |
clearBoolean$()
Clears the value of the 'boolean$' field.
|
ChoiceBooleanInteger.Builder |
clearInteger()
Clears the value of the 'integer' field.
|
Boolean |
getBoolean$()
Gets the value of the 'boolean$' field.
|
Integer |
getInteger()
Gets the value of the 'integer' field.
|
boolean |
hasBoolean$()
Checks whether the 'boolean$' field has been set.
|
boolean |
hasInteger()
Checks whether the 'integer' field has been set.
|
ChoiceBooleanInteger.Builder |
setBoolean$(Boolean value)
Sets the value of the 'boolean$' field.
|
ChoiceBooleanInteger.Builder |
setInteger(Integer value)
Sets the value of the 'integer' field.
|
public Boolean getBoolean$()
public ChoiceBooleanInteger.Builder setBoolean$(Boolean value)
value - The value of 'boolean$'.public boolean hasBoolean$()
public ChoiceBooleanInteger.Builder clearBoolean$()
public Integer getInteger()
public ChoiceBooleanInteger.Builder setInteger(Integer value)
value - The value of 'integer'.public boolean hasInteger()
public ChoiceBooleanInteger.Builder clearInteger()
public ChoiceBooleanInteger build()
build in interface org.apache.avro.data.RecordBuilder<ChoiceBooleanInteger>Copyright © 2020. All rights reserved.