|
||||||||||
| 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.RobotResponseHeaderRecord
public class RobotResponseHeaderRecord
| 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 |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public java.lang.String robotId
@Deprecated public java.lang.String requestSourceId
@Deprecated public java.lang.String requestDestinationId
@Deprecated public java.lang.String requestType
@Deprecated public long requestTimestampMillisecUTC
@Deprecated public long responseTimestampMillisecUTC
| Constructor Detail |
|---|
public RobotResponseHeaderRecord()
| 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 java.lang.String getRobotId()
public void setRobotId(java.lang.String value)
value - the value to set.public java.lang.String getRequestSourceId()
public void setRequestSourceId(java.lang.String value)
value - the value to set.public java.lang.String getRequestDestinationId()
public void setRequestDestinationId(java.lang.String value)
value - the value to set.public java.lang.String getRequestType()
public void setRequestType(java.lang.String value)
value - the value to set.public java.lang.Long getRequestTimestampMillisecUTC()
public void setRequestTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public java.lang.Long getResponseTimestampMillisecUTC()
public void setResponseTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public static RobotResponseHeaderRecord.Builder newBuilder()
public static RobotResponseHeaderRecord.Builder newBuilder(RobotResponseHeaderRecord.Builder other)
public static RobotResponseHeaderRecord.Builder newBuilder(RobotResponseHeaderRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||