|
||||||||||
| 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.motion.messaging.MotionFrameRecord
public class MotionFrameRecord
| Nested Class Summary | |
|---|---|
static class |
MotionFrameRecord.Builder
RecordBuilder for MotionFrameRecord instances. |
| Field Summary | |
|---|---|
RobotPositionMapRecord |
goalPositions
Deprecated. |
long |
moveDurationMillisec
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
RobotPositionMapRecord |
startPositions
Deprecated. |
long |
timestampMillisecUTC
Deprecated. |
| Constructor Summary | |
|---|---|
MotionFrameRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
RobotPositionMapRecord |
getGoalPositions()
Gets the value of the 'goalPositions' field. |
java.lang.Long |
getMoveDurationMillisec()
Gets the value of the 'moveDurationMillisec' field. |
org.apache.avro.Schema |
getSchema()
|
RobotPositionMapRecord |
getStartPositions()
Gets the value of the 'startPositions' field. |
java.lang.Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field. |
static MotionFrameRecord.Builder |
newBuilder()
Creates a new MotionFrameRecord RecordBuilder |
static MotionFrameRecord.Builder |
newBuilder(MotionFrameRecord.Builder other)
Creates a new MotionFrameRecord RecordBuilder by copying an existing Builder |
static MotionFrameRecord.Builder |
newBuilder(MotionFrameRecord other)
Creates a new MotionFrameRecord RecordBuilder by copying an existing MotionFrameRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setGoalPositions(RobotPositionMapRecord value)
Sets the value of the 'goalPositions' field. |
void |
setMoveDurationMillisec(java.lang.Long value)
Sets the value of the 'moveDurationMillisec' field. |
void |
setStartPositions(RobotPositionMapRecord value)
Sets the value of the 'startPositions' field. |
void |
setTimestampMillisecUTC(java.lang.Long value)
Sets the value of the 'timestampMillisecUTC' 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 long timestampMillisecUTC
@Deprecated public long moveDurationMillisec
@Deprecated public RobotPositionMapRecord goalPositions
@Deprecated public RobotPositionMapRecord startPositions
| Constructor Detail |
|---|
public MotionFrameRecord()
| 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.Long getTimestampMillisecUTC()
public void setTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public java.lang.Long getMoveDurationMillisec()
public void setMoveDurationMillisec(java.lang.Long value)
value - the value to set.public RobotPositionMapRecord getGoalPositions()
public void setGoalPositions(RobotPositionMapRecord value)
value - the value to set.public RobotPositionMapRecord getStartPositions()
public void setStartPositions(RobotPositionMapRecord value)
value - the value to set.public static MotionFrameRecord.Builder newBuilder()
public static MotionFrameRecord.Builder newBuilder(MotionFrameRecord.Builder other)
public static MotionFrameRecord.Builder newBuilder(MotionFrameRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||