public class PlayRequestRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, PlayRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
PlayRequestRecord.Builder
RecordBuilder for PlayRequestRecord instances.
|
PlayRequest.PlayRequestFactory| Modifier and Type | Field and Description |
|---|---|
String |
animationName
Deprecated.
|
String |
animationVersionNumber
Deprecated.
|
long |
currentTimeMillisec
Deprecated.
|
String |
destinationId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
String |
sourceId
Deprecated.
|
| Constructor and Description |
|---|
PlayRequestRecord() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String sourceId
@Deprecated public String destinationId
@Deprecated public long currentTimeMillisec
@Deprecated public String animationName
@Deprecated public String animationVersionNumber
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.SpecificRecordBasepublic 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 PlayRequestpublic void setSourceId(String value)
value - the value to set.public String getDestinationId()
getDestinationId in interface PlayRequestpublic void setDestinationId(String value)
value - the value to set.public Long getCurrentTimeMillisec()
getCurrentTimeMillisec in interface PlayRequestpublic void setCurrentTimeMillisec(Long value)
value - the value to set.public String getAnimationName()
getAnimationName in interface PlayRequestpublic void setAnimationName(String value)
value - the value to set.public String getAnimationVersionNumber()
getAnimationVersionNumber in interface PlayRequestpublic void setAnimationVersionNumber(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)
Copyright © 2011-2014. All Rights Reserved.