|
||||||||||
| 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<AnimationSignallingRecord>
org.mechio.impl.animation.messaging.AnimationSignallingRecord.Builder
public static class AnimationSignallingRecord.Builder
RecordBuilder for AnimationSignallingRecord instances.
| Method Summary | |
|---|---|
AnimationSignallingRecord |
build()
|
AnimationSignallingRecord.Builder |
clearAnimationHash()
Clears the value of the 'animationHash' field |
AnimationSignallingRecord.Builder |
clearAnimationLength()
Clears the value of the 'animationLength' field |
AnimationSignallingRecord.Builder |
clearAnimationName()
Clears the value of the 'animationName' field |
AnimationSignallingRecord.Builder |
clearAnimationProperties()
Clears the value of the 'animationProperties' field |
AnimationSignallingRecord.Builder |
clearAnimationVersion()
Clears the value of the 'animationVersion' field |
AnimationSignallingRecord.Builder |
clearEventType()
Clears the value of the 'eventType' field |
AnimationSignallingRecord.Builder |
clearSourceId()
Clears the value of the 'sourceId' field |
AnimationSignallingRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field |
java.lang.Integer |
getAnimationHash()
Gets the value of the 'animationHash' field |
java.lang.Long |
getAnimationLength()
Gets the value of the 'animationLength' field |
java.lang.String |
getAnimationName()
Gets the value of the 'animationName' field |
java.util.List<java.lang.String> |
getAnimationProperties()
Gets the value of the 'animationProperties' field |
java.lang.String |
getAnimationVersion()
Gets the value of the 'animationVersion' field |
java.lang.String |
getEventType()
Gets the value of the 'eventType' field |
java.lang.String |
getSourceId()
Gets the value of the 'sourceId' field |
java.lang.Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field |
AnimationSignallingRecord |
getValue()
|
boolean |
hasAnimationHash()
Checks whether the 'animationHash' field has been set |
boolean |
hasAnimationLength()
Checks whether the 'animationLength' field has been set |
boolean |
hasAnimationName()
Checks whether the 'animationName' field has been set |
boolean |
hasAnimationProperties()
Checks whether the 'animationProperties' field has been set |
boolean |
hasAnimationVersion()
Checks whether the 'animationVersion' field has been set |
boolean |
hasEventType()
Checks whether the 'eventType' field has been set |
boolean |
hasSourceId()
Checks whether the 'sourceId' field has been set |
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set |
AnimationSignallingRecord.Builder |
setAnimationHash(int value)
Sets the value of the 'animationHash' field |
AnimationSignallingRecord.Builder |
setAnimationLength(long value)
Sets the value of the 'animationLength' field |
AnimationSignallingRecord.Builder |
setAnimationName(java.lang.String value)
Sets the value of the 'animationName' field |
AnimationSignallingRecord.Builder |
setAnimationProperties(java.util.List<java.lang.String> value)
Sets the value of the 'animationProperties' field |
AnimationSignallingRecord.Builder |
setAnimationVersion(java.lang.String value)
Sets the value of the 'animationVersion' field |
AnimationSignallingRecord.Builder |
setEventType(java.lang.String value)
Sets the value of the 'eventType' field |
AnimationSignallingRecord.Builder |
setSourceId(java.lang.String value)
Sets the value of the 'sourceId' field |
AnimationSignallingRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' 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 java.lang.String getSourceId()
public AnimationSignallingRecord.Builder setSourceId(java.lang.String value)
public boolean hasSourceId()
public AnimationSignallingRecord.Builder clearSourceId()
public java.lang.Long getTimestampMillisecUTC()
public AnimationSignallingRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public AnimationSignallingRecord.Builder clearTimestampMillisecUTC()
public java.lang.String getEventType()
public AnimationSignallingRecord.Builder setEventType(java.lang.String value)
public boolean hasEventType()
public AnimationSignallingRecord.Builder clearEventType()
public java.lang.String getAnimationName()
public AnimationSignallingRecord.Builder setAnimationName(java.lang.String value)
public boolean hasAnimationName()
public AnimationSignallingRecord.Builder clearAnimationName()
public java.lang.String getAnimationVersion()
public AnimationSignallingRecord.Builder setAnimationVersion(java.lang.String value)
public boolean hasAnimationVersion()
public AnimationSignallingRecord.Builder clearAnimationVersion()
public java.lang.Integer getAnimationHash()
public AnimationSignallingRecord.Builder setAnimationHash(int value)
public boolean hasAnimationHash()
public AnimationSignallingRecord.Builder clearAnimationHash()
public java.lang.Long getAnimationLength()
public AnimationSignallingRecord.Builder setAnimationLength(long value)
public boolean hasAnimationLength()
public AnimationSignallingRecord.Builder clearAnimationLength()
public java.util.List<java.lang.String> getAnimationProperties()
public AnimationSignallingRecord.Builder setAnimationProperties(java.util.List<java.lang.String> value)
public boolean hasAnimationProperties()
public AnimationSignallingRecord.Builder clearAnimationProperties()
public AnimationSignallingRecord build()
build in interface org.apache.avro.data.RecordBuilder<AnimationSignallingRecord>public AnimationSignallingRecord getValue()
getValue in interface org.jflux.api.core.Source<AnimationSignallingRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||