|
||||||||||
| 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 | |
|---|---|
String |
requestDestinationId
Deprecated. |
String |
requestSourceId
Deprecated. |
long |
requestTimestampMillisecUTC
Deprecated. |
String |
requestType
Deprecated. |
long |
responseTimestampMillisecUTC
Deprecated. |
String |
robotId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
RobotResponseHeaderRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
String |
getRequestDestinationId()
Gets the value of the 'requestDestinationId' field. |
String |
getRequestSourceId()
Gets the value of the 'requestSourceId' field. |
Long |
getRequestTimestampMillisecUTC()
Gets the value of the 'requestTimestampMillisecUTC' field. |
String |
getRequestType()
Gets the value of the 'requestType' field. |
Long |
getResponseTimestampMillisecUTC()
Gets the value of the 'responseTimestampMillisecUTC' field. |
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$,
Object value$)
|
void |
setRequestDestinationId(String value)
Sets the value of the 'requestDestinationId' field. |
void |
setRequestSourceId(String value)
Sets the value of the 'requestSourceId' field. |
void |
setRequestTimestampMillisecUTC(Long value)
Sets the value of the 'requestTimestampMillisecUTC' field. |
void |
setRequestType(String value)
Sets the value of the 'requestType' field. |
void |
setResponseTimestampMillisecUTC(Long value)
Sets the value of the 'responseTimestampMillisecUTC' field. |
void |
setRobotId(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 String robotId
@Deprecated public String requestSourceId
@Deprecated public String requestDestinationId
@Deprecated public 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 Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getRobotId()
public void setRobotId(String value)
value - the value to set.public String getRequestSourceId()
public void setRequestSourceId(String value)
value - the value to set.public String getRequestDestinationId()
public void setRequestDestinationId(String value)
value - the value to set.public String getRequestType()
public void setRequestType(String value)
value - the value to set.public Long getRequestTimestampMillisecUTC()
public void setRequestTimestampMillisecUTC(Long value)
value - the value to set.public Long getResponseTimestampMillisecUTC()
public void setResponseTimestampMillisecUTC(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 | |||||||||