public class AnimationEventRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AnimationEventRecord.Builder
RecordBuilder for AnimationEventRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
AnimationRecord |
animation
Deprecated.
|
long |
currentTimeMillisec
Deprecated.
|
String |
destinationId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
String |
sourceId
Deprecated.
|
| Constructor and Description |
|---|
AnimationEventRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
AnimationRecord |
getAnimation()
Gets the value of the 'animation' 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 AnimationEventRecord.Builder |
newBuilder()
Creates a new AnimationEventRecord RecordBuilder
|
static AnimationEventRecord.Builder |
newBuilder(AnimationEventRecord.Builder other)
Creates a new AnimationEventRecord RecordBuilder by copying an existing Builder
|
static AnimationEventRecord.Builder |
newBuilder(AnimationEventRecord other)
Creates a new AnimationEventRecord RecordBuilder by copying an existing AnimationEventRecord instance
|
void |
put(int field$,
Object value$) |
void |
setAnimation(AnimationRecord value)
Sets the value of the 'animation' 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 AnimationRecord animation
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()
public void setSourceId(String value)
value - the value to set.public String getDestinationId()
public void setDestinationId(String value)
value - the value to set.public Long getCurrentTimeMillisec()
public void setCurrentTimeMillisec(Long value)
value - the value to set.public AnimationRecord getAnimation()
public void setAnimation(AnimationRecord value)
value - the value to set.public static AnimationEventRecord.Builder newBuilder()
public static AnimationEventRecord.Builder newBuilder(AnimationEventRecord.Builder other)
public static AnimationEventRecord.Builder newBuilder(AnimationEventRecord other)
Copyright © 2011-2016. All Rights Reserved.