public static class MotionFrameRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MotionFrameRecord> implements org.apache.avro.data.RecordBuilder<MotionFrameRecord>
| Modifier and Type | Method and Description |
|---|---|
MotionFrameRecord |
build() |
MotionFrameRecord.Builder |
clearGoalPositions()
Clears the value of the 'goalPositions' field
|
MotionFrameRecord.Builder |
clearMoveDurationMillisec()
Clears the value of the 'moveDurationMillisec' field
|
MotionFrameRecord.Builder |
clearStartPositions()
Clears the value of the 'startPositions' field
|
MotionFrameRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field
|
RobotPositionMapRecord |
getGoalPositions()
Gets the value of the 'goalPositions' field
|
Long |
getMoveDurationMillisec()
Gets the value of the 'moveDurationMillisec' field
|
RobotPositionMapRecord |
getStartPositions()
Gets the value of the 'startPositions' field
|
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field
|
boolean |
hasGoalPositions()
Checks whether the 'goalPositions' field has been set
|
boolean |
hasMoveDurationMillisec()
Checks whether the 'moveDurationMillisec' field has been set
|
boolean |
hasStartPositions()
Checks whether the 'startPositions' field has been set
|
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set
|
MotionFrameRecord.Builder |
setGoalPositions(RobotPositionMapRecord value)
Sets the value of the 'goalPositions' field
|
MotionFrameRecord.Builder |
setMoveDurationMillisec(long value)
Sets the value of the 'moveDurationMillisec' field
|
MotionFrameRecord.Builder |
setStartPositions(RobotPositionMapRecord value)
Sets the value of the 'startPositions' field
|
MotionFrameRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field
|
public Long getTimestampMillisecUTC()
public MotionFrameRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public MotionFrameRecord.Builder clearTimestampMillisecUTC()
public Long getMoveDurationMillisec()
public MotionFrameRecord.Builder setMoveDurationMillisec(long value)
public boolean hasMoveDurationMillisec()
public MotionFrameRecord.Builder clearMoveDurationMillisec()
public RobotPositionMapRecord getGoalPositions()
public MotionFrameRecord.Builder setGoalPositions(RobotPositionMapRecord value)
public boolean hasGoalPositions()
public MotionFrameRecord.Builder clearGoalPositions()
public RobotPositionMapRecord getStartPositions()
public MotionFrameRecord.Builder setStartPositions(RobotPositionMapRecord value)
public boolean hasStartPositions()
public MotionFrameRecord.Builder clearStartPositions()
public MotionFrameRecord build()
build in interface org.apache.avro.data.RecordBuilder<MotionFrameRecord>Copyright © 2011-2014. All Rights Reserved.