public static class JointIdRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JointIdRecord> implements org.apache.avro.data.RecordBuilder<JointIdRecord>
| Modifier and Type | Method and Description |
|---|---|
JointIdRecord |
build() |
JointIdRecord.Builder |
clearJointId()
Clears the value of the 'jointId' field
|
JointIdRecord.Builder |
clearRobotId()
Clears the value of the 'robotId' field
|
Integer |
getJointId()
Gets the value of the 'jointId' field
|
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(String value)
Sets the value of the 'robotId' field
|
public String getRobotId()
public JointIdRecord.Builder setRobotId(String value)
public boolean hasRobotId()
public JointIdRecord.Builder clearRobotId()
public 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>Copyright © 2011-2014. All Rights Reserved.