public static class RobotPositionMapRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<RobotPositionMapRecord> implements org.apache.avro.data.RecordBuilder<RobotPositionMapRecord>
| Modifier and Type | Method and Description |
|---|---|
RobotPositionMapRecord |
build() |
RobotPositionMapRecord.Builder |
clearJointPositions()
Clears the value of the 'jointPositions' field
|
List<JointPositionRecord> |
getJointPositions()
Gets the value of the 'jointPositions' field
|
boolean |
hasJointPositions()
Checks whether the 'jointPositions' field has been set
|
RobotPositionMapRecord.Builder |
setJointPositions(List<JointPositionRecord> value)
Sets the value of the 'jointPositions' field
|
public List<JointPositionRecord> getJointPositions()
public RobotPositionMapRecord.Builder setJointPositions(List<JointPositionRecord> value)
public boolean hasJointPositions()
public RobotPositionMapRecord.Builder clearJointPositions()
public RobotPositionMapRecord build()
build in interface org.apache.avro.data.RecordBuilder<RobotPositionMapRecord>Copyright © 2011-2014. All Rights Reserved.