|
||||||||||
| 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<SynchronizedRobotConfigRecord>
org.mechio.impl.motion.messaging.SynchronizedRobotConfigRecord.Builder
public static class SynchronizedRobotConfigRecord.Builder
RecordBuilder for SynchronizedRobotConfigRecord instances.
| Method Summary | |
|---|---|
SynchronizedRobotConfigRecord |
build()
|
SynchronizedRobotConfigRecord.Builder |
clearJoints()
Clears the value of the 'joints' field |
SynchronizedRobotConfigRecord.Builder |
clearRobotId()
Clears the value of the 'robotId' field |
java.util.List<SynchronizedJointConfigRecord> |
getJoints()
Gets the value of the 'joints' field |
java.lang.String |
getRobotId()
Gets the value of the 'robotId' field |
boolean |
hasJoints()
Checks whether the 'joints' field has been set |
boolean |
hasRobotId()
Checks whether the 'robotId' field has been set |
SynchronizedRobotConfigRecord.Builder |
setJoints(java.util.List<SynchronizedJointConfigRecord> value)
Sets the value of the 'joints' field |
SynchronizedRobotConfigRecord.Builder |
setRobotId(java.lang.String value)
Sets the value of the 'robotId' 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.lang.String getRobotId()
public SynchronizedRobotConfigRecord.Builder setRobotId(java.lang.String value)
public boolean hasRobotId()
public SynchronizedRobotConfigRecord.Builder clearRobotId()
public java.util.List<SynchronizedJointConfigRecord> getJoints()
public SynchronizedRobotConfigRecord.Builder setJoints(java.util.List<SynchronizedJointConfigRecord> value)
public boolean hasJoints()
public SynchronizedRobotConfigRecord.Builder clearJoints()
public SynchronizedRobotConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<SynchronizedRobotConfigRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||