|
||||||||||
| 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. |
List<MotionPathRecord> |
motionPaths
Deprecated. |
String |
name
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
Long |
startTime
Deprecated. |
Long |
stopTime
Deprecated. |
| Constructor Summary | |
|---|---|
ChannelRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
Integer |
getChannelId()
Gets the value of the 'channelId' field. |
List<MotionPathRecord> |
getMotionPaths()
Gets the value of the 'motionPaths' 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. |
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$,
Object value$)
|
void |
setChannelId(Integer value)
Sets the value of the 'channelId' field. |
void |
setMotionPaths(List<MotionPathRecord> value)
Sets the value of the 'motionPaths' 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. |
| 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 int channelId
@Deprecated public Long stopTime
@Deprecated public Long startTime
@Deprecated public 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 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 Integer getChannelId()
public void setChannelId(Integer 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<MotionPathRecord> getMotionPaths()
public void setMotionPaths(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 | |||||||||