org.mechio.impl.motion.messaging
Class RobotPositionResponseRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.motion.messaging.RobotPositionResponseRecord
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 RobotPositionResponseRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class RobotPositionResponseRecord.Builder
          RecordBuilder for RobotPositionResponseRecord instances.
 
Field Summary
 RobotPositionMapRecord positionResponse
          Deprecated. 
 RobotResponseHeaderRecord responseHeader
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
RobotPositionResponseRecord()
           
 
Method Summary
 java.lang.Object get(int field$)
           
 RobotPositionMapRecord getPositionResponse()
          Gets the value of the 'positionResponse' field.
 RobotResponseHeaderRecord getResponseHeader()
          Gets the value of the 'responseHeader' field.
 org.apache.avro.Schema getSchema()
           
static RobotPositionResponseRecord.Builder newBuilder()
          Creates a new RobotPositionResponseRecord RecordBuilder
static RobotPositionResponseRecord.Builder newBuilder(RobotPositionResponseRecord.Builder other)
          Creates a new RobotPositionResponseRecord RecordBuilder by copying an existing Builder
static RobotPositionResponseRecord.Builder newBuilder(RobotPositionResponseRecord other)
          Creates a new RobotPositionResponseRecord RecordBuilder by copying an existing RobotPositionResponseRecord instance
 void put(int field$, java.lang.Object value$)
           
 void setPositionResponse(RobotPositionMapRecord value)
          Sets the value of the 'positionResponse' 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. 

positionResponse

@Deprecated
public RobotPositionMapRecord positionResponse
Deprecated. 
Constructor Detail

RobotPositionResponseRecord

public RobotPositionResponseRecord()
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.

getPositionResponse

public RobotPositionMapRecord getPositionResponse()
Gets the value of the 'positionResponse' field.


setPositionResponse

public void setPositionResponse(RobotPositionMapRecord value)
Sets the value of the 'positionResponse' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2014. All Rights Reserved.