public static class RobotDefinitionResponseRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<RobotDefinitionResponseRecord> implements org.apache.avro.data.RecordBuilder<RobotDefinitionResponseRecord>
| Modifier and Type | Method and Description |
|---|---|
RobotDefinitionResponseRecord |
build() |
RobotDefinitionResponseRecord.Builder |
clearConnected()
Clears the value of the 'connected' field
|
RobotDefinitionResponseRecord.Builder |
clearEnabled()
Clears the value of the 'enabled' field
|
RobotDefinitionResponseRecord.Builder |
clearJoints()
Clears the value of the 'joints' field
|
RobotDefinitionResponseRecord.Builder |
clearResponseHeader()
Clears the value of the 'responseHeader' field
|
Boolean |
getConnected()
Gets the value of the 'connected' field
|
Boolean |
getEnabled()
Gets the value of the 'enabled' field
|
List<JointDefinitionRecord> |
getJoints()
Gets the value of the 'joints' field
|
RobotResponseHeaderRecord |
getResponseHeader()
Gets the value of the 'responseHeader' field
|
boolean |
hasConnected()
Checks whether the 'connected' field has been set
|
boolean |
hasEnabled()
Checks whether the 'enabled' field has been set
|
boolean |
hasJoints()
Checks whether the 'joints' field has been set
|
boolean |
hasResponseHeader()
Checks whether the 'responseHeader' field has been set
|
RobotDefinitionResponseRecord.Builder |
setConnected(boolean value)
Sets the value of the 'connected' field
|
RobotDefinitionResponseRecord.Builder |
setEnabled(boolean value)
Sets the value of the 'enabled' field
|
RobotDefinitionResponseRecord.Builder |
setJoints(List<JointDefinitionRecord> value)
Sets the value of the 'joints' field
|
RobotDefinitionResponseRecord.Builder |
setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' field
|
public RobotResponseHeaderRecord getResponseHeader()
public RobotDefinitionResponseRecord.Builder setResponseHeader(RobotResponseHeaderRecord value)
public boolean hasResponseHeader()
public RobotDefinitionResponseRecord.Builder clearResponseHeader()
public Boolean getConnected()
public RobotDefinitionResponseRecord.Builder setConnected(boolean value)
public boolean hasConnected()
public RobotDefinitionResponseRecord.Builder clearConnected()
public Boolean getEnabled()
public RobotDefinitionResponseRecord.Builder setEnabled(boolean value)
public boolean hasEnabled()
public RobotDefinitionResponseRecord.Builder clearEnabled()
public List<JointDefinitionRecord> getJoints()
public RobotDefinitionResponseRecord.Builder setJoints(List<JointDefinitionRecord> value)
public boolean hasJoints()
public RobotDefinitionResponseRecord.Builder clearJoints()
public RobotDefinitionResponseRecord build()
build in interface org.apache.avro.data.RecordBuilder<RobotDefinitionResponseRecord>Copyright © 2011-2014. All Rights Reserved.