|
||||||||||
| 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<JointIdRecord>
org.mechio.impl.motion.messaging.JointIdRecord.Builder
public static class JointIdRecord.Builder
RecordBuilder for JointIdRecord instances.
| Method Summary | |
|---|---|
JointIdRecord |
build()
|
JointIdRecord.Builder |
clearJointId()
Clears the value of the 'jointId' field |
JointIdRecord.Builder |
clearRobotId()
Clears the value of the 'robotId' field |
java.lang.Integer |
getJointId()
Gets the value of the 'jointId' field |
java.lang.String |
getRobotId()
Gets the value of the 'robotId' field |
boolean |
hasJointId()
Checks whether the 'jointId' field has been set |
boolean |
hasRobotId()
Checks whether the 'robotId' field has been set |
JointIdRecord.Builder |
setJointId(int value)
Sets the value of the 'jointId' field |
JointIdRecord.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 JointIdRecord.Builder setRobotId(java.lang.String value)
public boolean hasRobotId()
public JointIdRecord.Builder clearRobotId()
public java.lang.Integer getJointId()
public JointIdRecord.Builder setJointId(int value)
public boolean hasJointId()
public JointIdRecord.Builder clearJointId()
public JointIdRecord build()
build in interface org.apache.avro.data.RecordBuilder<JointIdRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||