public static class SynchronizedJointConfigRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<SynchronizedJointConfigRecord> implements org.apache.avro.data.RecordBuilder<SynchronizedJointConfigRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
Double |
getDefaultPosition()
Gets the value of the 'defaultPosition' field
|
Integer |
getJointId()
Gets the value of the 'jointId' field
|
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(Double value)
Sets the value of the 'defaultPosition' field
|
SynchronizedJointConfigRecord.Builder |
setJointId(int value)
Sets the value of the 'jointId' field
|
SynchronizedJointConfigRecord.Builder |
setName(String value)
Sets the value of the 'name' field
|
public Integer getJointId()
public SynchronizedJointConfigRecord.Builder setJointId(int value)
public boolean hasJointId()
public SynchronizedJointConfigRecord.Builder clearJointId()
public String getName()
public SynchronizedJointConfigRecord.Builder setName(String value)
public boolean hasName()
public SynchronizedJointConfigRecord.Builder clearName()
public Double getDefaultPosition()
public SynchronizedJointConfigRecord.Builder setDefaultPosition(Double value)
public boolean hasDefaultPosition()
public SynchronizedJointConfigRecord.Builder clearDefaultPosition()
public SynchronizedJointConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<SynchronizedJointConfigRecord>Copyright © 2011-2014. All Rights Reserved.