public class AnimationRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AnimationRecord.Builder
RecordBuilder for AnimationRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
List<ChannelRecord> |
channels
Deprecated.
|
String |
name
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Long |
startTime
Deprecated.
|
Long |
stopTime
Deprecated.
|
String |
versionNumber
Deprecated.
|
| Constructor and Description |
|---|
AnimationRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
List<ChannelRecord> |
getChannels()
Gets the value of the 'channels' field.
|
String |
getName()
Gets the value of the 'name' field.
|
org.apache.avro.Schema |
getSchema() |
Long |
getStartTime()
Gets the value of the 'startTime' field.
|
Long |
getStopTime()
Gets the value of the 'stopTime' field.
|
String |
getVersionNumber()
Gets the value of the 'versionNumber' field.
|
static AnimationRecord.Builder |
newBuilder()
Creates a new AnimationRecord RecordBuilder
|
static AnimationRecord.Builder |
newBuilder(AnimationRecord.Builder other)
Creates a new AnimationRecord RecordBuilder by copying an existing Builder
|
static AnimationRecord.Builder |
newBuilder(AnimationRecord other)
Creates a new AnimationRecord RecordBuilder by copying an existing AnimationRecord instance
|
void |
put(int field$,
Object value$) |
void |
setChannels(List<ChannelRecord> value)
Sets the value of the 'channels' field.
|
void |
setName(String value)
Sets the value of the 'name' field.
|
void |
setStartTime(Long value)
Sets the value of the 'startTime' field.
|
void |
setStopTime(Long value)
Sets the value of the 'stopTime' field.
|
void |
setVersionNumber(String value)
Sets the value of the 'versionNumber' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String name
@Deprecated public String versionNumber
@Deprecated public Long stopTime
@Deprecated public Long startTime
@Deprecated public List<ChannelRecord> channels
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 getName()
public void setName(String value)
value - the value to set.public String getVersionNumber()
public void setVersionNumber(String value)
value - the value to set.public Long getStopTime()
public void setStopTime(Long value)
value - the value to set.public Long getStartTime()
public void setStartTime(Long value)
value - the value to set.public List<ChannelRecord> getChannels()
public void setChannels(List<ChannelRecord> value)
value - the value to set.public static AnimationRecord.Builder newBuilder()
public static AnimationRecord.Builder newBuilder(AnimationRecord.Builder other)
public static AnimationRecord.Builder newBuilder(AnimationRecord other)
Copyright © 2011-2016. All Rights Reserved.