|
||||||||||
| 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<SynchronizedJointConfigRecord>
org.mechio.impl.motion.messaging.SynchronizedJointConfigRecord.Builder
public static class SynchronizedJointConfigRecord.Builder
RecordBuilder for SynchronizedJointConfigRecord instances.
| Method Summary | |
|---|---|
SynchronizedJointConfigRecord |
build()
|
SynchronizedJointConfigRecord.Builder |
clearDefaultPosition()
Clears the value of the 'defaultPosition' field |
SynchronizedJointConfigRecord.Builder |
clearJointId()
Clears the value of the 'jointId' field |
SynchronizedJointConfigRecord.Builder |
clearName()
Clears the value of the 'name' field |
java.lang.Double |
getDefaultPosition()
Gets the value of the 'defaultPosition' field |
java.lang.Integer |
getJointId()
Gets the value of the 'jointId' field |
java.lang.String |
getName()
Gets the value of the 'name' field |
boolean |
hasDefaultPosition()
Checks whether the 'defaultPosition' field has been set |
boolean |
hasJointId()
Checks whether the 'jointId' field has been set |
boolean |
hasName()
Checks whether the 'name' field has been set |
SynchronizedJointConfigRecord.Builder |
setDefaultPosition(java.lang.Double value)
Sets the value of the 'defaultPosition' field |
SynchronizedJointConfigRecord.Builder |
setJointId(int value)
Sets the value of the 'jointId' field |
SynchronizedJointConfigRecord.Builder |
setName(java.lang.String value)
Sets the value of the 'name' 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 SynchronizedJointConfigRecord.Builder setJointId(int value)
public boolean hasJointId()
public SynchronizedJointConfigRecord.Builder clearJointId()
public java.lang.String getName()
public SynchronizedJointConfigRecord.Builder setName(java.lang.String value)
public boolean hasName()
public SynchronizedJointConfigRecord.Builder clearName()
public java.lang.Double getDefaultPosition()
public SynchronizedJointConfigRecord.Builder setDefaultPosition(java.lang.Double value)
public boolean hasDefaultPosition()
public SynchronizedJointConfigRecord.Builder clearDefaultPosition()
public SynchronizedJointConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<SynchronizedJointConfigRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||