|
||||||||||
| 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<ControlPointRecord>
org.mechio.impl.animation.messaging.ControlPointRecord.Builder
public static class ControlPointRecord.Builder
RecordBuilder for ControlPointRecord instances.
| Method Summary | |
|---|---|
ControlPointRecord |
build()
|
ControlPointRecord.Builder |
clearPosition()
Clears the value of the 'position' field |
ControlPointRecord.Builder |
clearTime()
Clears the value of the 'time' field |
Double |
getPosition()
Gets the value of the 'position' field |
Long |
getTime()
Gets the value of the 'time' field |
boolean |
hasPosition()
Checks whether the 'position' field has been set |
boolean |
hasTime()
Checks whether the 'time' field has been set |
ControlPointRecord.Builder |
setPosition(double value)
Sets the value of the 'position' field |
ControlPointRecord.Builder |
setTime(long value)
Sets the value of the 'time' 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 Long getTime()
public ControlPointRecord.Builder setTime(long value)
public boolean hasTime()
public ControlPointRecord.Builder clearTime()
public Double getPosition()
public ControlPointRecord.Builder setPosition(double value)
public boolean hasPosition()
public ControlPointRecord.Builder clearPosition()
public ControlPointRecord build()
build in interface org.apache.avro.data.RecordBuilder<ControlPointRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||