|
||||||||||
| 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.robokind.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 |
Integer |
getAnimationHash()
Gets the value of the 'animationHash' field |
Long |
getAnimationLength()
Gets the value of the 'animationLength' field |
String |
getAnimationName()
Gets the value of the 'animationName' field |
List<String> |
getAnimationProperties()
Gets the value of the 'animationProperties' field |
String |
getAnimationVersion()
Gets the value of the 'animationVersion' field |
String |
getEventType()
Gets the value of the 'eventType' field |
String |
getSourceId()
Gets the value of the 'sourceId' field |
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(String value)
Sets the value of the 'animationName' field |
AnimationSignallingRecord.Builder |
setAnimationProperties(List<String> value)
Sets the value of the 'animationProperties' field |
AnimationSignallingRecord.Builder |
setAnimationVersion(String value)
Sets the value of the 'animationVersion' field |
AnimationSignallingRecord.Builder |
setEventType(String value)
Sets the value of the 'eventType' field |
AnimationSignallingRecord.Builder |
setSourceId(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 String getSourceId()
public AnimationSignallingRecord.Builder setSourceId(String value)
public boolean hasSourceId()
public AnimationSignallingRecord.Builder clearSourceId()
public Long getTimestampMillisecUTC()
public AnimationSignallingRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public AnimationSignallingRecord.Builder clearTimestampMillisecUTC()
public String getEventType()
public AnimationSignallingRecord.Builder setEventType(String value)
public boolean hasEventType()
public AnimationSignallingRecord.Builder clearEventType()
public String getAnimationName()
public AnimationSignallingRecord.Builder setAnimationName(String value)
public boolean hasAnimationName()
public AnimationSignallingRecord.Builder clearAnimationName()
public String getAnimationVersion()
public AnimationSignallingRecord.Builder setAnimationVersion(String value)
public boolean hasAnimationVersion()
public AnimationSignallingRecord.Builder clearAnimationVersion()
public Integer getAnimationHash()
public AnimationSignallingRecord.Builder setAnimationHash(int value)
public boolean hasAnimationHash()
public AnimationSignallingRecord.Builder clearAnimationHash()
public Long getAnimationLength()
public AnimationSignallingRecord.Builder setAnimationLength(long value)
public boolean hasAnimationLength()
public AnimationSignallingRecord.Builder clearAnimationLength()
public List<String> getAnimationProperties()
public AnimationSignallingRecord.Builder setAnimationProperties(List<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 | |||||||||