|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<RobotPositionMapRecord>
org.mechio.impl.motion.messaging.RobotPositionMapRecord.Builder
public static class RobotPositionMapRecord.Builder
RecordBuilder for RobotPositionMapRecord instances.
| Method Summary | |
|---|---|
RobotPositionMapRecord |
build()
|
RobotPositionMapRecord.Builder |
clearJointPositions()
Clears the value of the 'jointPositions' field |
java.util.List<JointPositionRecord> |
getJointPositions()
Gets the value of the 'jointPositions' field |
boolean |
hasJointPositions()
Checks whether the 'jointPositions' field has been set |
RobotPositionMapRecord.Builder |
setJointPositions(java.util.List<JointPositionRecord> value)
Sets the value of the 'jointPositions' field |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<JointPositionRecord> getJointPositions()
public RobotPositionMapRecord.Builder setJointPositions(java.util.List<JointPositionRecord> value)
public boolean hasJointPositions()
public RobotPositionMapRecord.Builder clearJointPositions()
public RobotPositionMapRecord build()
build in interface org.apache.avro.data.RecordBuilder<RobotPositionMapRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||