public class MotionFrameRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
MotionFrameRecord.Builder
RecordBuilder for MotionFrameRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
RobotPositionMapRecord |
goalPositions
Deprecated.
|
long |
moveDurationMillisec
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
RobotPositionMapRecord |
startPositions
Deprecated.
|
long |
timestampMillisecUTC
Deprecated.
|
| Constructor and Description |
|---|
MotionFrameRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
RobotPositionMapRecord |
getGoalPositions()
Gets the value of the 'goalPositions' field.
|
Long |
getMoveDurationMillisec()
Gets the value of the 'moveDurationMillisec' field.
|
org.apache.avro.Schema |
getSchema() |
RobotPositionMapRecord |
getStartPositions()
Gets the value of the 'startPositions' field.
|
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$,
Object value$) |
void |
setGoalPositions(RobotPositionMapRecord value)
Sets the value of the 'goalPositions' field.
|
void |
setMoveDurationMillisec(Long value)
Sets the value of the 'moveDurationMillisec' field.
|
void |
setStartPositions(RobotPositionMapRecord value)
Sets the value of the 'startPositions' field.
|
void |
setTimestampMillisecUTC(Long value)
Sets the value of the 'timestampMillisecUTC' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public long timestampMillisecUTC
@Deprecated public long moveDurationMillisec
@Deprecated public RobotPositionMapRecord goalPositions
@Deprecated public RobotPositionMapRecord startPositions
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 Long getTimestampMillisecUTC()
public void setTimestampMillisecUTC(Long value)
value - the value to set.public Long getMoveDurationMillisec()
public void setMoveDurationMillisec(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)
Copyright © 2011-2014. All Rights Reserved.