|
||||||||||
| 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<AnimationEventRecord>
org.mechio.impl.animation.messaging.AnimationEventRecord.Builder
public static class AnimationEventRecord.Builder
RecordBuilder for AnimationEventRecord instances.
| Method Summary | |
|---|---|
AnimationEventRecord |
build()
|
AnimationEventRecord.Builder |
clearAnimation()
Clears the value of the 'animation' field |
AnimationEventRecord.Builder |
clearCurrentTimeMillisec()
Clears the value of the 'currentTimeMillisec' field |
AnimationEventRecord.Builder |
clearDestinationId()
Clears the value of the 'destinationId' field |
AnimationEventRecord.Builder |
clearSourceId()
Clears the value of the 'sourceId' field |
AnimationRecord |
getAnimation()
Gets the value of the 'animation' field |
Long |
getCurrentTimeMillisec()
Gets the value of the 'currentTimeMillisec' field |
String |
getDestinationId()
Gets the value of the 'destinationId' field |
String |
getSourceId()
Gets the value of the 'sourceId' field |
boolean |
hasAnimation()
Checks whether the 'animation' field has been set |
boolean |
hasCurrentTimeMillisec()
Checks whether the 'currentTimeMillisec' field has been set |
boolean |
hasDestinationId()
Checks whether the 'destinationId' field has been set |
boolean |
hasSourceId()
Checks whether the 'sourceId' field has been set |
AnimationEventRecord.Builder |
setAnimation(AnimationRecord value)
Sets the value of the 'animation' field |
AnimationEventRecord.Builder |
setCurrentTimeMillisec(long value)
Sets the value of the 'currentTimeMillisec' field |
AnimationEventRecord.Builder |
setDestinationId(String value)
Sets the value of the 'destinationId' field |
AnimationEventRecord.Builder |
setSourceId(String value)
Sets the value of the 'sourceId' 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 getSourceId()
public AnimationEventRecord.Builder setSourceId(String value)
public boolean hasSourceId()
public AnimationEventRecord.Builder clearSourceId()
public String getDestinationId()
public AnimationEventRecord.Builder setDestinationId(String value)
public boolean hasDestinationId()
public AnimationEventRecord.Builder clearDestinationId()
public Long getCurrentTimeMillisec()
public AnimationEventRecord.Builder setCurrentTimeMillisec(long value)
public boolean hasCurrentTimeMillisec()
public AnimationEventRecord.Builder clearCurrentTimeMillisec()
public AnimationRecord getAnimation()
public AnimationEventRecord.Builder setAnimation(AnimationRecord value)
public boolean hasAnimation()
public AnimationEventRecord.Builder clearAnimation()
public AnimationEventRecord build()
build in interface org.apache.avro.data.RecordBuilder<AnimationEventRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||