|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.robokind.impl.animation.messaging.AnimationSignallingRecord
public class AnimationSignallingRecord
| Nested Class Summary | |
|---|---|
static class |
AnimationSignallingRecord.Builder
RecordBuilder for AnimationSignallingRecord instances. |
| Nested classes/interfaces inherited from interface org.robokind.api.animation.protocol.AnimationSignal |
|---|
AnimationSignal.AnimationSignalFactory |
| Field Summary | |
|---|---|
int |
animationHash
Deprecated. |
long |
animationLength
Deprecated. |
String |
animationName
Deprecated. |
List<String> |
animationProperties
Deprecated. |
String |
animationVersion
Deprecated. |
String |
eventType
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
String |
sourceId
Deprecated. |
long |
timestampMillisecUTC
Deprecated. |
| Fields inherited from interface org.robokind.api.animation.protocol.AnimationSignal |
|---|
EVENT_CANCEL, EVENT_COMPLETE, EVENT_PAUSE, EVENT_RESUME, EVENT_START, PROP_LOOP, PROP_RAMPING |
| Constructor Summary | |
|---|---|
AnimationSignallingRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int 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. |
org.apache.avro.Schema |
getSchema()
|
String |
getSourceId()
Gets the value of the 'sourceId' field. |
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field. |
static AnimationSignallingRecord.Builder |
newBuilder()
Creates a new AnimationSignallingRecord RecordBuilder |
static AnimationSignallingRecord.Builder |
newBuilder(AnimationSignallingRecord.Builder other)
Creates a new AnimationSignallingRecord RecordBuilder by copying an existing Builder |
static AnimationSignallingRecord.Builder |
newBuilder(AnimationSignallingRecord other)
Creates a new AnimationSignallingRecord RecordBuilder by copying an existing AnimationSignallingRecord instance |
void |
put(int field$,
Object value$)
|
void |
setAnimationHash(Integer value)
Sets the value of the 'animationHash' field. |
void |
setAnimationLength(Long value)
Sets the value of the 'animationLength' field. |
void |
setAnimationName(String value)
Sets the value of the 'animationName' field. |
void |
setAnimationProperties(List<String> value)
Sets the value of the 'animationProperties' field. |
void |
setAnimationVersion(String value)
Sets the value of the 'animationVersion' field. |
void |
setEventType(String value)
Sets the value of the 'eventType' field. |
void |
setSourceId(String value)
Sets the value of the 'sourceId' field. |
void |
setTimestampMillisecUTC(Long value)
Sets the value of the 'timestampMillisecUTC' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String sourceId
@Deprecated public long timestampMillisecUTC
@Deprecated public String eventType
@Deprecated public String animationName
@Deprecated public String animationVersion
@Deprecated public int animationHash
@Deprecated public long animationLength
@Deprecated public List<String> animationProperties
| Constructor Detail |
|---|
public AnimationSignallingRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getSourceId()
getSourceId in interface AnimationSignalpublic void setSourceId(String value)
value - the value to set.public Long getTimestampMillisecUTC()
getTimestampMillisecUTC in interface AnimationSignalpublic void setTimestampMillisecUTC(Long value)
value - the value to set.public String getEventType()
getEventType in interface AnimationSignalpublic void setEventType(String value)
value - the value to set.public String getAnimationName()
getAnimationName in interface AnimationSignalpublic void setAnimationName(String value)
value - the value to set.public String getAnimationVersion()
getAnimationVersion in interface AnimationSignalpublic void setAnimationVersion(String value)
value - the value to set.public Integer getAnimationHash()
getAnimationHash in interface AnimationSignalpublic void setAnimationHash(Integer value)
value - the value to set.public Long getAnimationLength()
getAnimationLength in interface AnimationSignalpublic void setAnimationLength(Long value)
value - the value to set.public List<String> getAnimationProperties()
getAnimationProperties in interface AnimationSignalpublic void setAnimationProperties(List<String> value)
value - the value to set.public static AnimationSignallingRecord.Builder newBuilder()
public static AnimationSignallingRecord.Builder newBuilder(AnimationSignallingRecord.Builder other)
public static AnimationSignallingRecord.Builder newBuilder(AnimationSignallingRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||