public class RobotDefinitionResponseRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
RobotDefinitionResponseRecord.Builder
RecordBuilder for RobotDefinitionResponseRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
connected
Deprecated.
|
boolean |
enabled
Deprecated.
|
List<JointDefinitionRecord> |
joints
Deprecated.
|
RobotResponseHeaderRecord |
responseHeader
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
RobotDefinitionResponseRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int 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.
|
org.apache.avro.Schema |
getSchema() |
static RobotDefinitionResponseRecord.Builder |
newBuilder()
Creates a new RobotDefinitionResponseRecord RecordBuilder
|
static RobotDefinitionResponseRecord.Builder |
newBuilder(RobotDefinitionResponseRecord.Builder other)
Creates a new RobotDefinitionResponseRecord RecordBuilder by copying an existing Builder
|
static RobotDefinitionResponseRecord.Builder |
newBuilder(RobotDefinitionResponseRecord other)
Creates a new RobotDefinitionResponseRecord RecordBuilder by copying an existing RobotDefinitionResponseRecord instance
|
void |
put(int field$,
Object value$) |
void |
setConnected(Boolean value)
Sets the value of the 'connected' field.
|
void |
setEnabled(Boolean value)
Sets the value of the 'enabled' field.
|
void |
setJoints(List<JointDefinitionRecord> value)
Sets the value of the 'joints' field.
|
void |
setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public RobotResponseHeaderRecord responseHeader
@Deprecated public boolean connected
@Deprecated public boolean enabled
@Deprecated public List<JointDefinitionRecord> joints
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic RobotResponseHeaderRecord getResponseHeader()
public void setResponseHeader(RobotResponseHeaderRecord value)
value - the value to set.public Boolean getConnected()
public void setConnected(Boolean value)
value - the value to set.public Boolean getEnabled()
public void setEnabled(Boolean value)
value - the value to set.public List<JointDefinitionRecord> getJoints()
public void setJoints(List<JointDefinitionRecord> value)
value - the value to set.public static RobotDefinitionResponseRecord.Builder newBuilder()
public static RobotDefinitionResponseRecord.Builder newBuilder(RobotDefinitionResponseRecord.Builder other)
public static RobotDefinitionResponseRecord.Builder newBuilder(RobotDefinitionResponseRecord other)
Copyright © 2011-2014. All Rights Reserved.