org.mechio.impl.motion.messaging
Class RobotDefinitionResponseRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.motion.messaging.RobotDefinitionResponseRecord
All Implemented Interfaces:
java.lang.Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class RobotDefinitionResponseRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

responseHeader

@Deprecated
public RobotResponseHeaderRecord responseHeader
Deprecated. 

connected

@Deprecated
public boolean connected
Deprecated. 

enabled

@Deprecated
public boolean enabled
Deprecated. 

joints

@Deprecated
public java.util.List<JointDefinitionRecord> joints
Deprecated. 
Constructor Detail

RobotDefinitionResponseRecord

public RobotDefinitionResponseRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public java.lang.Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                java.lang.Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getResponseHeader

public RobotResponseHeaderRecord getResponseHeader()
Gets the value of the 'responseHeader' field.


setResponseHeader

public void setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' field.

Parameters:
value - the value to set.

getConnected

public java.lang.Boolean getConnected()
Gets the value of the 'connected' field.


setConnected

public void setConnected(java.lang.Boolean value)
Sets the value of the 'connected' field.

Parameters:
value - the value to set.

getEnabled

public java.lang.Boolean getEnabled()
Gets the value of the 'enabled' field.


setEnabled

public void setEnabled(java.lang.Boolean value)
Sets the value of the 'enabled' field.

Parameters:
value - the value to set.

getJoints

public java.util.List<JointDefinitionRecord> getJoints()
Gets the value of the 'joints' field.


setJoints

public void setJoints(java.util.List<JointDefinitionRecord> value)
Sets the value of the 'joints' field.

Parameters:
value - the value to set.

newBuilder

public static RobotDefinitionResponseRecord.Builder newBuilder()
Creates a new RobotDefinitionResponseRecord RecordBuilder


newBuilder

public static RobotDefinitionResponseRecord.Builder newBuilder(RobotDefinitionResponseRecord.Builder other)
Creates a new RobotDefinitionResponseRecord RecordBuilder by copying an existing Builder


newBuilder

public static RobotDefinitionResponseRecord.Builder newBuilder(RobotDefinitionResponseRecord other)
Creates a new RobotDefinitionResponseRecord RecordBuilder by copying an existing RobotDefinitionResponseRecord instance



Copyright © 2011-2014. All Rights Reserved.