public static class InterpolatorTypeRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<InterpolatorTypeRecord> implements org.apache.avro.data.RecordBuilder<InterpolatorTypeRecord>
| Modifier and Type | Method and Description |
|---|---|
InterpolatorTypeRecord |
build() |
InterpolatorTypeRecord.Builder |
clearName()
Clears the value of the 'name' field
|
InterpolatorTypeRecord.Builder |
clearVersionNumber()
Clears the value of the 'versionNumber' field
|
String |
getName()
Gets the value of the 'name' field
|
String |
getVersionNumber()
Gets the value of the 'versionNumber' field
|
boolean |
hasName()
Checks whether the 'name' field has been set
|
boolean |
hasVersionNumber()
Checks whether the 'versionNumber' field has been set
|
InterpolatorTypeRecord.Builder |
setName(String value)
Sets the value of the 'name' field
|
InterpolatorTypeRecord.Builder |
setVersionNumber(String value)
Sets the value of the 'versionNumber' field
|
public String getName()
public InterpolatorTypeRecord.Builder setName(String value)
public boolean hasName()
public InterpolatorTypeRecord.Builder clearName()
public String getVersionNumber()
public InterpolatorTypeRecord.Builder setVersionNumber(String value)
public boolean hasVersionNumber()
public InterpolatorTypeRecord.Builder clearVersionNumber()
public InterpolatorTypeRecord build()
build in interface org.apache.avro.data.RecordBuilder<InterpolatorTypeRecord>Copyright © 2011-2014. All Rights Reserved.