public static class SynchronizedRobotConfigRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<SynchronizedRobotConfigRecord> implements org.apache.avro.data.RecordBuilder<SynchronizedRobotConfigRecord>
| Modifier and Type | Method and Description |
|---|---|
SynchronizedRobotConfigRecord |
build() |
SynchronizedRobotConfigRecord.Builder |
clearJoints()
Clears the value of the 'joints' field
|
SynchronizedRobotConfigRecord.Builder |
clearRobotId()
Clears the value of the 'robotId' field
|
List<SynchronizedJointConfigRecord> |
getJoints()
Gets the value of the 'joints' field
|
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(List<SynchronizedJointConfigRecord> value)
Sets the value of the 'joints' field
|
SynchronizedRobotConfigRecord.Builder |
setRobotId(String value)
Sets the value of the 'robotId' field
|
public String getRobotId()
public SynchronizedRobotConfigRecord.Builder setRobotId(String value)
public boolean hasRobotId()
public SynchronizedRobotConfigRecord.Builder clearRobotId()
public List<SynchronizedJointConfigRecord> getJoints()
public SynchronizedRobotConfigRecord.Builder setJoints(List<SynchronizedJointConfigRecord> value)
public boolean hasJoints()
public SynchronizedRobotConfigRecord.Builder clearJoints()
public SynchronizedRobotConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<SynchronizedRobotConfigRecord>Copyright © 2011-2014. All Rights Reserved.