|
||||||||||
| 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<JointDefinitionRecord>
org.mechio.impl.motion.messaging.JointDefinitionRecord.Builder
public static class JointDefinitionRecord.Builder
RecordBuilder for JointDefinitionRecord instances.
| Method Summary | |
|---|---|
JointDefinitionRecord |
build()
|
JointDefinitionRecord.Builder |
clearDefaultPosition()
Clears the value of the 'defaultPosition' field |
JointDefinitionRecord.Builder |
clearEnabled()
Clears the value of the 'enabled' field |
JointDefinitionRecord.Builder |
clearGoalPosition()
Clears the value of the 'goalPosition' field |
JointDefinitionRecord.Builder |
clearJointId()
Clears the value of the 'jointId' field |
JointDefinitionRecord.Builder |
clearName()
Clears the value of the 'name' field |
JointDefinitionRecord.Builder |
clearProperties()
Clears the value of the 'properties' field |
java.lang.Double |
getDefaultPosition()
Gets the value of the 'defaultPosition' field |
java.lang.Boolean |
getEnabled()
Gets the value of the 'enabled' field |
java.lang.Double |
getGoalPosition()
Gets the value of the 'goalPosition' field |
java.lang.Integer |
getJointId()
Gets the value of the 'jointId' field |
java.lang.String |
getName()
Gets the value of the 'name' field |
java.util.List<JointPropDefinitionRecord> |
getProperties()
Gets the value of the 'properties' field |
boolean |
hasDefaultPosition()
Checks whether the 'defaultPosition' field has been set |
boolean |
hasEnabled()
Checks whether the 'enabled' field has been set |
boolean |
hasGoalPosition()
Checks whether the 'goalPosition' field has been set |
boolean |
hasJointId()
Checks whether the 'jointId' field has been set |
boolean |
hasName()
Checks whether the 'name' field has been set |
boolean |
hasProperties()
Checks whether the 'properties' field has been set |
JointDefinitionRecord.Builder |
setDefaultPosition(double value)
Sets the value of the 'defaultPosition' field |
JointDefinitionRecord.Builder |
setEnabled(boolean value)
Sets the value of the 'enabled' field |
JointDefinitionRecord.Builder |
setGoalPosition(double value)
Sets the value of the 'goalPosition' field |
JointDefinitionRecord.Builder |
setJointId(int value)
Sets the value of the 'jointId' field |
JointDefinitionRecord.Builder |
setName(java.lang.String value)
Sets the value of the 'name' field |
JointDefinitionRecord.Builder |
setProperties(java.util.List<JointPropDefinitionRecord> value)
Sets the value of the 'properties' 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.Integer getJointId()
public JointDefinitionRecord.Builder setJointId(int value)
public boolean hasJointId()
public JointDefinitionRecord.Builder clearJointId()
public java.lang.String getName()
public JointDefinitionRecord.Builder setName(java.lang.String value)
public boolean hasName()
public JointDefinitionRecord.Builder clearName()
public java.lang.Double getDefaultPosition()
public JointDefinitionRecord.Builder setDefaultPosition(double value)
public boolean hasDefaultPosition()
public JointDefinitionRecord.Builder clearDefaultPosition()
public java.lang.Double getGoalPosition()
public JointDefinitionRecord.Builder setGoalPosition(double value)
public boolean hasGoalPosition()
public JointDefinitionRecord.Builder clearGoalPosition()
public java.lang.Boolean getEnabled()
public JointDefinitionRecord.Builder setEnabled(boolean value)
public boolean hasEnabled()
public JointDefinitionRecord.Builder clearEnabled()
public java.util.List<JointPropDefinitionRecord> getProperties()
public JointDefinitionRecord.Builder setProperties(java.util.List<JointPropDefinitionRecord> value)
public boolean hasProperties()
public JointDefinitionRecord.Builder clearProperties()
public JointDefinitionRecord build()
build in interface org.apache.avro.data.RecordBuilder<JointDefinitionRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||