|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<InterpolatorTypeRecord>
org.robokind.impl.animation.messaging.InterpolatorTypeRecord.Builder
public static class InterpolatorTypeRecord.Builder
RecordBuilder for InterpolatorTypeRecord instances.
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||