org.mechio.impl.motion.messaging
Class RobotResponseHeaderRecord

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


Nested Class Summary
static class RobotResponseHeaderRecord.Builder
          RecordBuilder for RobotResponseHeaderRecord instances.
 
Field Summary
 java.lang.String requestDestinationId
          Deprecated. 
 java.lang.String requestSourceId
          Deprecated. 
 long requestTimestampMillisecUTC
          Deprecated. 
 java.lang.String requestType
          Deprecated. 
 long responseTimestampMillisecUTC
          Deprecated. 
 java.lang.String robotId
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
RobotResponseHeaderRecord()
           
 
Method Summary
 java.lang.Object get(int field$)
           
 java.lang.String getRequestDestinationId()
          Gets the value of the 'requestDestinationId' field.
 java.lang.String getRequestSourceId()
          Gets the value of the 'requestSourceId' field.
 java.lang.Long getRequestTimestampMillisecUTC()
          Gets the value of the 'requestTimestampMillisecUTC' field.
 java.lang.String getRequestType()
          Gets the value of the 'requestType' field.
 java.lang.Long getResponseTimestampMillisecUTC()
          Gets the value of the 'responseTimestampMillisecUTC' field.
 java.lang.String getRobotId()
          Gets the value of the 'robotId' field.
 org.apache.avro.Schema getSchema()
           
static RobotResponseHeaderRecord.Builder newBuilder()
          Creates a new RobotResponseHeaderRecord RecordBuilder
static RobotResponseHeaderRecord.Builder newBuilder(RobotResponseHeaderRecord.Builder other)
          Creates a new RobotResponseHeaderRecord RecordBuilder by copying an existing Builder
static RobotResponseHeaderRecord.Builder newBuilder(RobotResponseHeaderRecord other)
          Creates a new RobotResponseHeaderRecord RecordBuilder by copying an existing RobotResponseHeaderRecord instance
 void put(int field$, java.lang.Object value$)
           
 void setRequestDestinationId(java.lang.String value)
          Sets the value of the 'requestDestinationId' field.
 void setRequestSourceId(java.lang.String value)
          Sets the value of the 'requestSourceId' field.
 void setRequestTimestampMillisecUTC(java.lang.Long value)
          Sets the value of the 'requestTimestampMillisecUTC' field.
 void setRequestType(java.lang.String value)
          Sets the value of the 'requestType' field.
 void setResponseTimestampMillisecUTC(java.lang.Long value)
          Sets the value of the 'responseTimestampMillisecUTC' field.
 void setRobotId(java.lang.String value)
          Sets the value of the 'robotId' 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$

robotId

@Deprecated
public java.lang.String robotId
Deprecated. 

requestSourceId

@Deprecated
public java.lang.String requestSourceId
Deprecated. 

requestDestinationId

@Deprecated
public java.lang.String requestDestinationId
Deprecated. 

requestType

@Deprecated
public java.lang.String requestType
Deprecated. 

requestTimestampMillisecUTC

@Deprecated
public long requestTimestampMillisecUTC
Deprecated. 

responseTimestampMillisecUTC

@Deprecated
public long responseTimestampMillisecUTC
Deprecated. 
Constructor Detail

RobotResponseHeaderRecord

public RobotResponseHeaderRecord()
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

getRobotId

public java.lang.String getRobotId()
Gets the value of the 'robotId' field.


setRobotId

public void setRobotId(java.lang.String value)
Sets the value of the 'robotId' field.

Parameters:
value - the value to set.

getRequestSourceId

public java.lang.String getRequestSourceId()
Gets the value of the 'requestSourceId' field.


setRequestSourceId

public void setRequestSourceId(java.lang.String value)
Sets the value of the 'requestSourceId' field.

Parameters:
value - the value to set.

getRequestDestinationId

public java.lang.String getRequestDestinationId()
Gets the value of the 'requestDestinationId' field.


setRequestDestinationId

public void setRequestDestinationId(java.lang.String value)
Sets the value of the 'requestDestinationId' field.

Parameters:
value - the value to set.

getRequestType

public java.lang.String getRequestType()
Gets the value of the 'requestType' field.


setRequestType

public void setRequestType(java.lang.String value)
Sets the value of the 'requestType' field.

Parameters:
value - the value to set.

getRequestTimestampMillisecUTC

public java.lang.Long getRequestTimestampMillisecUTC()
Gets the value of the 'requestTimestampMillisecUTC' field.


setRequestTimestampMillisecUTC

public void setRequestTimestampMillisecUTC(java.lang.Long value)
Sets the value of the 'requestTimestampMillisecUTC' field.

Parameters:
value - the value to set.

getResponseTimestampMillisecUTC

public java.lang.Long getResponseTimestampMillisecUTC()
Gets the value of the 'responseTimestampMillisecUTC' field.


setResponseTimestampMillisecUTC

public void setResponseTimestampMillisecUTC(java.lang.Long value)
Sets the value of the 'responseTimestampMillisecUTC' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2014. All Rights Reserved.