|
||||||||||
| 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.PlayRequestRecord
public class PlayRequestRecord
| Nested Class Summary | |
|---|---|
static class |
PlayRequestRecord.Builder
RecordBuilder for PlayRequestRecord instances. |
| Nested classes/interfaces inherited from interface org.mechio.api.animation.protocol.PlayRequest |
|---|
PlayRequest.PlayRequestFactory |
| Field Summary | |
|---|---|
java.lang.String |
animationName
Deprecated. |
java.lang.String |
animationVersionNumber
Deprecated. |
long |
currentTimeMillisec
Deprecated. |
java.lang.String |
destinationId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
java.lang.String |
sourceId
Deprecated. |
| Constructor Summary | |
|---|---|
PlayRequestRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.String |
getAnimationName()
Gets the value of the 'animationName' field. |
java.lang.String |
getAnimationVersionNumber()
Gets the value of the 'animationVersionNumber' field. |
java.lang.Long |
getCurrentTimeMillisec()
Gets the value of the 'currentTimeMillisec' field. |
java.lang.String |
getDestinationId()
Gets the value of the 'destinationId' field. |
org.apache.avro.Schema |
getSchema()
|
java.lang.String |
getSourceId()
Gets the value of the 'sourceId' field. |
static PlayRequestRecord.Builder |
newBuilder()
Creates a new PlayRequestRecord RecordBuilder |
static PlayRequestRecord.Builder |
newBuilder(PlayRequestRecord.Builder other)
Creates a new PlayRequestRecord RecordBuilder by copying an existing Builder |
static PlayRequestRecord.Builder |
newBuilder(PlayRequestRecord other)
Creates a new PlayRequestRecord RecordBuilder by copying an existing PlayRequestRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setAnimationName(java.lang.String value)
Sets the value of the 'animationName' field. |
void |
setAnimationVersionNumber(java.lang.String value)
Sets the value of the 'animationVersionNumber' field. |
void |
setCurrentTimeMillisec(java.lang.Long value)
Sets the value of the 'currentTimeMillisec' field. |
void |
setDestinationId(java.lang.String value)
Sets the value of the 'destinationId' field. |
void |
setSourceId(java.lang.String value)
Sets the value of the 'sourceId' 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 java.lang.String destinationId
@Deprecated public long currentTimeMillisec
@Deprecated public java.lang.String animationName
@Deprecated public java.lang.String animationVersionNumber
| Constructor Detail |
|---|
public PlayRequestRecord()
| 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 PlayRequestpublic void setSourceId(java.lang.String value)
value - the value to set.public java.lang.String getDestinationId()
getDestinationId in interface PlayRequestpublic void setDestinationId(java.lang.String value)
value - the value to set.public java.lang.Long getCurrentTimeMillisec()
getCurrentTimeMillisec in interface PlayRequestpublic void setCurrentTimeMillisec(java.lang.Long value)
value - the value to set.public java.lang.String getAnimationName()
getAnimationName in interface PlayRequestpublic void setAnimationName(java.lang.String value)
value - the value to set.public java.lang.String getAnimationVersionNumber()
getAnimationVersionNumber in interface PlayRequestpublic void setAnimationVersionNumber(java.lang.String value)
value - the value to set.public static PlayRequestRecord.Builder newBuilder()
public static PlayRequestRecord.Builder newBuilder(PlayRequestRecord.Builder other)
public static PlayRequestRecord.Builder newBuilder(PlayRequestRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||