|
||||||||||
| 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.ChannelRecord
public class ChannelRecord
| Nested Class Summary | |
|---|---|
static class |
ChannelRecord.Builder
RecordBuilder for ChannelRecord instances. |
| Field Summary | |
|---|---|
int |
channelId
Deprecated. |
java.util.List<MotionPathRecord> |
motionPaths
Deprecated. |
java.lang.String |
name
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
java.lang.Long |
startTime
Deprecated. |
java.lang.Long |
stopTime
Deprecated. |
| Constructor Summary | |
|---|---|
ChannelRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.Integer |
getChannelId()
Gets the value of the 'channelId' field. |
java.util.List<MotionPathRecord> |
getMotionPaths()
Gets the value of the 'motionPaths' field. |
java.lang.String |
getName()
Gets the value of the 'name' field. |
org.apache.avro.Schema |
getSchema()
|
java.lang.Long |
getStartTime()
Gets the value of the 'startTime' field. |
java.lang.Long |
getStopTime()
Gets the value of the 'stopTime' field. |
static ChannelRecord.Builder |
newBuilder()
Creates a new ChannelRecord RecordBuilder |
static ChannelRecord.Builder |
newBuilder(ChannelRecord.Builder other)
Creates a new ChannelRecord RecordBuilder by copying an existing Builder |
static ChannelRecord.Builder |
newBuilder(ChannelRecord other)
Creates a new ChannelRecord RecordBuilder by copying an existing ChannelRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setChannelId(java.lang.Integer value)
Sets the value of the 'channelId' field. |
void |
setMotionPaths(java.util.List<MotionPathRecord> value)
Sets the value of the 'motionPaths' field. |
void |
setName(java.lang.String value)
Sets the value of the 'name' field. |
void |
setStartTime(java.lang.Long value)
Sets the value of the 'startTime' field. |
void |
setStopTime(java.lang.Long value)
Sets the value of the 'stopTime' 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 java.lang.String name
@Deprecated public int channelId
@Deprecated public java.lang.Long stopTime
@Deprecated public java.lang.Long startTime
@Deprecated public java.util.List<MotionPathRecord> motionPaths
| Constructor Detail |
|---|
public ChannelRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getName()
public void setName(java.lang.String value)
value - the value to set.public java.lang.Integer getChannelId()
public void setChannelId(java.lang.Integer value)
value - the value to set.public java.lang.Long getStopTime()
public void setStopTime(java.lang.Long value)
value - the value to set.public java.lang.Long getStartTime()
public void setStartTime(java.lang.Long value)
value - the value to set.public java.util.List<MotionPathRecord> getMotionPaths()
public void setMotionPaths(java.util.List<MotionPathRecord> value)
value - the value to set.public static ChannelRecord.Builder newBuilder()
public static ChannelRecord.Builder newBuilder(ChannelRecord.Builder other)
public static ChannelRecord.Builder newBuilder(ChannelRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||