|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.motion.messaging.RobotDefinitionResponseRecord
public class RobotDefinitionResponseRecord
| Nested Class Summary | |
|---|---|
static class |
RobotDefinitionResponseRecord.Builder
RecordBuilder for RobotDefinitionResponseRecord instances. |
| Field Summary | |
|---|---|
boolean |
connected
Deprecated. |
boolean |
enabled
Deprecated. |
java.util.List<JointDefinitionRecord> |
joints
Deprecated. |
RobotResponseHeaderRecord |
responseHeader
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
RobotDefinitionResponseRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.Boolean |
getConnected()
Gets the value of the 'connected' field. |
java.lang.Boolean |
getEnabled()
Gets the value of the 'enabled' field. |
java.util.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$,
java.lang.Object value$)
|
void |
setConnected(java.lang.Boolean value)
Sets the value of the 'connected' field. |
void |
setEnabled(java.lang.Boolean value)
Sets the value of the 'enabled' field. |
void |
setJoints(java.util.List<JointDefinitionRecord> value)
Sets the value of the 'joints' field. |
void |
setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public RobotResponseHeaderRecord responseHeader
@Deprecated public boolean connected
@Deprecated public boolean enabled
@Deprecated public java.util.List<JointDefinitionRecord> joints
| Constructor Detail |
|---|
public RobotDefinitionResponseRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.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 java.lang.Boolean getConnected()
public void setConnected(java.lang.Boolean value)
value - the value to set.public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean value)
value - the value to set.public java.util.List<JointDefinitionRecord> getJoints()
public void setJoints(java.util.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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||