public static class JointPositionRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<JointPositionRecord> implements org.apache.avro.data.RecordBuilder<JointPositionRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
public JointIdRecord getJointId()
public JointPositionRecord.Builder setJointId(JointIdRecord value)
public boolean hasJointId()
public JointPositionRecord.Builder clearJointId()
public 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>Copyright © 2011-2014. All Rights Reserved.