public static class JointDefinitionRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JointDefinitionRecord> implements org.apache.avro.data.RecordBuilder<JointDefinitionRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
Double |
getDefaultPosition()
Gets the value of the 'defaultPosition' field
|
Boolean |
getEnabled()
Gets the value of the 'enabled' field
|
Double |
getGoalPosition()
Gets the value of the 'goalPosition' field
|
Integer |
getJointId()
Gets the value of the 'jointId' field
|
String |
getName()
Gets the value of the 'name' field
|
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(String value)
Sets the value of the 'name' field
|
JointDefinitionRecord.Builder |
setProperties(List<JointPropDefinitionRecord> value)
Sets the value of the 'properties' field
|
public Integer getJointId()
public JointDefinitionRecord.Builder setJointId(int value)
public boolean hasJointId()
public JointDefinitionRecord.Builder clearJointId()
public String getName()
public JointDefinitionRecord.Builder setName(String value)
public boolean hasName()
public JointDefinitionRecord.Builder clearName()
public Double getDefaultPosition()
public JointDefinitionRecord.Builder setDefaultPosition(double value)
public boolean hasDefaultPosition()
public JointDefinitionRecord.Builder clearDefaultPosition()
public Double getGoalPosition()
public JointDefinitionRecord.Builder setGoalPosition(double value)
public boolean hasGoalPosition()
public JointDefinitionRecord.Builder clearGoalPosition()
public Boolean getEnabled()
public JointDefinitionRecord.Builder setEnabled(boolean value)
public boolean hasEnabled()
public JointDefinitionRecord.Builder clearEnabled()
public List<JointPropDefinitionRecord> getProperties()
public JointDefinitionRecord.Builder setProperties(List<JointPropDefinitionRecord> value)
public boolean hasProperties()
public JointDefinitionRecord.Builder clearProperties()
public JointDefinitionRecord build()
build in interface org.apache.avro.data.RecordBuilder<JointDefinitionRecord>Copyright © 2011-2014. All Rights Reserved.