public class AnimationSignallingRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, AnimationSignal
| Modifier and Type | Class and Description |
|---|---|
static class |
AnimationSignallingRecord.Builder
RecordBuilder for AnimationSignallingRecord instances.
|
AnimationSignal.AnimationSignalFactory| Modifier and Type | Field and Description |
|---|---|
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.
|
EVENT_CANCEL, EVENT_COMPLETE, EVENT_PAUSE, EVENT_RESUME, EVENT_START, PROP_LOOP, PROP_RAMPING| Constructor and Description |
|---|
AnimationSignallingRecord() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 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)
Copyright © 2011-2016. All Rights Reserved.