|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.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.mechio.api.animation.protocol.AnimationSignal |
|---|
AnimationSignal.AnimationSignalFactory |
| Field Summary | |
|---|---|
int |
animationHash
Deprecated. |
long |
animationLength
Deprecated. |
java.lang.String |
animationName
Deprecated. |
java.util.List<java.lang.String> |
animationProperties
Deprecated. |
java.lang.String |
animationVersion
Deprecated. |
java.lang.String |
eventType
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
java.lang.String |
sourceId
Deprecated. |
long |
timestampMillisecUTC
Deprecated. |
| Fields inherited from interface org.mechio.api.animation.protocol.AnimationSignal |
|---|
EVENT_CANCEL, EVENT_COMPLETE, EVENT_PAUSE, EVENT_RESUME, EVENT_START, PROP_LOOP, PROP_RAMPING |
| Constructor Summary | |
|---|---|
AnimationSignallingRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int 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. |
org.apache.avro.Schema |
getSchema()
|
java.lang.String |
getSourceId()
Gets the value of the 'sourceId' field. |
java.lang.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$,
java.lang.Object value$)
|
void |
setAnimationHash(java.lang.Integer value)
Sets the value of the 'animationHash' field. |
void |
setAnimationLength(java.lang.Long value)
Sets the value of the 'animationLength' field. |
void |
setAnimationName(java.lang.String value)
Sets the value of the 'animationName' field. |
void |
setAnimationProperties(java.util.List<java.lang.String> value)
Sets the value of the 'animationProperties' field. |
void |
setAnimationVersion(java.lang.String value)
Sets the value of the 'animationVersion' field. |
void |
setEventType(java.lang.String value)
Sets the value of the 'eventType' field. |
void |
setSourceId(java.lang.String value)
Sets the value of the 'sourceId' field. |
void |
setTimestampMillisecUTC(java.lang.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 java.lang.String sourceId
@Deprecated public long timestampMillisecUTC
@Deprecated public java.lang.String eventType
@Deprecated public java.lang.String animationName
@Deprecated public java.lang.String animationVersion
@Deprecated public int animationHash
@Deprecated public long animationLength
@Deprecated public java.util.List<java.lang.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 java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getSourceId()
getSourceId in interface AnimationSignalpublic void setSourceId(java.lang.String value)
value - the value to set.public java.lang.Long getTimestampMillisecUTC()
getTimestampMillisecUTC in interface AnimationSignalpublic void setTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public java.lang.String getEventType()
getEventType in interface AnimationSignalpublic void setEventType(java.lang.String value)
value - the value to set.public java.lang.String getAnimationName()
getAnimationName in interface AnimationSignalpublic void setAnimationName(java.lang.String value)
value - the value to set.public java.lang.String getAnimationVersion()
getAnimationVersion in interface AnimationSignalpublic void setAnimationVersion(java.lang.String value)
value - the value to set.public java.lang.Integer getAnimationHash()
getAnimationHash in interface AnimationSignalpublic void setAnimationHash(java.lang.Integer value)
value - the value to set.public java.lang.Long getAnimationLength()
getAnimationLength in interface AnimationSignalpublic void setAnimationLength(java.lang.Long value)
value - the value to set.public java.util.List<java.lang.String> getAnimationProperties()
getAnimationProperties in interface AnimationSignalpublic void setAnimationProperties(java.util.List<java.lang.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 | |||||||||