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