org.mechio.impl.motion.messaging
Class RobotStatusResponseRecord

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


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

statusResponse

@Deprecated
public boolean statusResponse
Deprecated. 
Constructor Detail

RobotStatusResponseRecord

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

getStatusResponse

public java.lang.Boolean getStatusResponse()
Gets the value of the 'statusResponse' field.


setStatusResponse

public void setStatusResponse(java.lang.Boolean value)
Sets the value of the 'statusResponse' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2014. All Rights Reserved.