|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.animation.messaging.AnimationRecord
public class AnimationRecord
| Nested Class Summary | |
|---|---|
static class |
AnimationRecord.Builder
RecordBuilder for AnimationRecord instances. |
| Field Summary | |
|---|---|
List<ChannelRecord> |
channels
Deprecated. |
String |
name
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
Long |
startTime
Deprecated. |
Long |
stopTime
Deprecated. |
String |
versionNumber
Deprecated. |
| Constructor Summary | |
|---|---|
AnimationRecord()
|
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
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
| Constructor Detail |
|---|
public AnimationRecord()
| Method Detail |
|---|
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.SpecificRecordBase
public 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||