|
||||||||||
| 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.RobotRequestRecord
public class RobotRequestRecord
| Nested Class Summary | |
|---|---|
static class |
RobotRequestRecord.Builder
RecordBuilder for RobotRequestRecord instances. |
| Field Summary | |
|---|---|
java.lang.Integer |
intParam
Deprecated. |
java.lang.String |
requestDestinationId
Deprecated. |
java.lang.String |
requestSourceId
Deprecated. |
java.lang.String |
requestType
Deprecated. |
java.lang.String |
robotId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
long |
timestampMillisecUTC
Deprecated. |
| Constructor Summary | |
|---|---|
RobotRequestRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.Integer |
getIntParam()
Gets the value of the 'intParam' 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.String |
getRequestType()
Gets the value of the 'requestType' field. |
java.lang.String |
getRobotId()
Gets the value of the 'robotId' field. |
org.apache.avro.Schema |
getSchema()
|
java.lang.Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field. |
static RobotRequestRecord.Builder |
newBuilder()
Creates a new RobotRequestRecord RecordBuilder |
static RobotRequestRecord.Builder |
newBuilder(RobotRequestRecord.Builder other)
Creates a new RobotRequestRecord RecordBuilder by copying an existing Builder |
static RobotRequestRecord.Builder |
newBuilder(RobotRequestRecord other)
Creates a new RobotRequestRecord RecordBuilder by copying an existing RobotRequestRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setIntParam(java.lang.Integer value)
Sets the value of the 'intParam' field. |
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 |
setRequestType(java.lang.String value)
Sets the value of the 'requestType' field. |
void |
setRobotId(java.lang.String value)
Sets the value of the 'robotId' field. |
void |
setTimestampMillisecUTC(java.lang.Long value)
Sets the value of the 'timestampMillisecUTC' 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 timestampMillisecUTC
@Deprecated public java.lang.Integer intParam
| Constructor Detail |
|---|
public RobotRequestRecord()
| 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 getTimestampMillisecUTC()
public void setTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public java.lang.Integer getIntParam()
public void setIntParam(java.lang.Integer value)
value - the value to set.public static RobotRequestRecord.Builder newBuilder()
public static RobotRequestRecord.Builder newBuilder(RobotRequestRecord.Builder other)
public static RobotRequestRecord.Builder newBuilder(RobotRequestRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||