public static class ChoiceBooleanDateTime.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChoiceBooleanDateTime> implements org.apache.avro.data.RecordBuilder<ChoiceBooleanDateTime>
Modifier and Type | Method and Description |
---|---|
ChoiceBooleanDateTime |
build() |
ChoiceBooleanDateTime.Builder |
clearBoolean$()
Clears the value of the 'boolean$' field.
|
ChoiceBooleanDateTime.Builder |
clearDateTime()
Clears the value of the 'dateTime' field.
|
Boolean |
getBoolean$()
Gets the value of the 'boolean$' field.
|
String |
getDateTime()
Gets the value of the 'dateTime' field.
|
boolean |
hasBoolean$()
Checks whether the 'boolean$' field has been set.
|
boolean |
hasDateTime()
Checks whether the 'dateTime' field has been set.
|
ChoiceBooleanDateTime.Builder |
setBoolean$(Boolean value)
Sets the value of the 'boolean$' field.
|
ChoiceBooleanDateTime.Builder |
setDateTime(String value)
Sets the value of the 'dateTime' field.
|
public Boolean getBoolean$()
public ChoiceBooleanDateTime.Builder setBoolean$(Boolean value)
value
- The value of 'boolean$'.public boolean hasBoolean$()
public ChoiceBooleanDateTime.Builder clearBoolean$()
public String getDateTime()
public ChoiceBooleanDateTime.Builder setDateTime(String value)
value
- The value of 'dateTime'.public boolean hasDateTime()
public ChoiceBooleanDateTime.Builder clearDateTime()
public ChoiceBooleanDateTime build()
build
in interface org.apache.avro.data.RecordBuilder<ChoiceBooleanDateTime>
Copyright © 2020. All rights reserved.