org.robokind.impl.animation.messaging
Class PlayRequestRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.impl.animation.messaging.PlayRequestRecord
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, PlayRequest

public class PlayRequestRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, PlayRequest


Nested Class Summary
static class PlayRequestRecord.Builder
          RecordBuilder for PlayRequestRecord instances.
 
Nested classes/interfaces inherited from interface org.robokind.api.animation.protocol.PlayRequest
PlayRequest.PlayRequestFactory
 
Field Summary
 String animationName
          Deprecated. 
 String animationVersionNumber
          Deprecated. 
 long currentTimeMillisec
          Deprecated. 
 String destinationId
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 String sourceId
          Deprecated. 
 
Constructor Summary
PlayRequestRecord()
           
 
Method Summary
 Object get(int field$)
           
 String getAnimationName()
          Gets the value of the 'animationName' field.
 String getAnimationVersionNumber()
          Gets the value of the 'animationVersionNumber' field.
 Long getCurrentTimeMillisec()
          Gets the value of the 'currentTimeMillisec' field.
 String getDestinationId()
          Gets the value of the 'destinationId' field.
 org.apache.avro.Schema getSchema()
           
 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$, Object value$)
           
 void setAnimationName(String value)
          Sets the value of the 'animationName' field.
 void setAnimationVersionNumber(String value)
          Sets the value of the 'animationVersionNumber' field.
 void setCurrentTimeMillisec(Long value)
          Sets the value of the 'currentTimeMillisec' field.
 void setDestinationId(String value)
          Sets the value of the 'destinationId' field.
 void setSourceId(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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

sourceId

@Deprecated
public String sourceId
Deprecated. 

destinationId

@Deprecated
public String destinationId
Deprecated. 

currentTimeMillisec

@Deprecated
public long currentTimeMillisec
Deprecated. 

animationName

@Deprecated
public String animationName
Deprecated. 

animationVersionNumber

@Deprecated
public String animationVersionNumber
Deprecated. 
Constructor Detail

PlayRequestRecord

public PlayRequestRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getSourceId

public String getSourceId()
Gets the value of the 'sourceId' field.

Specified by:
getSourceId in interface PlayRequest

setSourceId

public void setSourceId(String value)
Sets the value of the 'sourceId' field.

Parameters:
value - the value to set.

getDestinationId

public String getDestinationId()
Gets the value of the 'destinationId' field.

Specified by:
getDestinationId in interface PlayRequest

setDestinationId

public void setDestinationId(String value)
Sets the value of the 'destinationId' field.

Parameters:
value - the value to set.

getCurrentTimeMillisec

public Long getCurrentTimeMillisec()
Gets the value of the 'currentTimeMillisec' field.

Specified by:
getCurrentTimeMillisec in interface PlayRequest

setCurrentTimeMillisec

public void setCurrentTimeMillisec(Long value)
Sets the value of the 'currentTimeMillisec' field.

Parameters:
value - the value to set.

getAnimationName

public String getAnimationName()
Gets the value of the 'animationName' field.

Specified by:
getAnimationName in interface PlayRequest

setAnimationName

public void setAnimationName(String value)
Sets the value of the 'animationName' field.

Parameters:
value - the value to set.

getAnimationVersionNumber

public String getAnimationVersionNumber()
Gets the value of the 'animationVersionNumber' field.

Specified by:
getAnimationVersionNumber in interface PlayRequest

setAnimationVersionNumber

public void setAnimationVersionNumber(String value)
Sets the value of the 'animationVersionNumber' field.

Parameters:
value - the value to set.

newBuilder

public static PlayRequestRecord.Builder newBuilder()
Creates a new PlayRequestRecord RecordBuilder


newBuilder

public static PlayRequestRecord.Builder newBuilder(PlayRequestRecord.Builder other)
Creates a new PlayRequestRecord RecordBuilder by copying an existing Builder


newBuilder

public static PlayRequestRecord.Builder newBuilder(PlayRequestRecord other)
Creates a new PlayRequestRecord RecordBuilder by copying an existing PlayRequestRecord instance



Copyright © 2011-2014. All Rights Reserved.