|
||||||||||
| 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.RobotPositionResponseRecord
public class RobotPositionResponseRecord
| Nested Class Summary | |
|---|---|
static class |
RobotPositionResponseRecord.Builder
RecordBuilder for RobotPositionResponseRecord instances. |
| Field Summary | |
|---|---|
RobotPositionMapRecord |
positionResponse
Deprecated. |
RobotResponseHeaderRecord |
responseHeader
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
RobotPositionResponseRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
RobotPositionMapRecord |
getPositionResponse()
Gets the value of the 'positionResponse' field. |
RobotResponseHeaderRecord |
getResponseHeader()
Gets the value of the 'responseHeader' field. |
org.apache.avro.Schema |
getSchema()
|
static RobotPositionResponseRecord.Builder |
newBuilder()
Creates a new RobotPositionResponseRecord RecordBuilder |
static RobotPositionResponseRecord.Builder |
newBuilder(RobotPositionResponseRecord.Builder other)
Creates a new RobotPositionResponseRecord RecordBuilder by copying an existing Builder |
static RobotPositionResponseRecord.Builder |
newBuilder(RobotPositionResponseRecord other)
Creates a new RobotPositionResponseRecord RecordBuilder by copying an existing RobotPositionResponseRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setPositionResponse(RobotPositionMapRecord value)
Sets the value of the 'positionResponse' field. |
void |
setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' 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 RobotResponseHeaderRecord responseHeader
@Deprecated public RobotPositionMapRecord positionResponse
| Constructor Detail |
|---|
public RobotPositionResponseRecord()
| 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 RobotResponseHeaderRecord getResponseHeader()
public void setResponseHeader(RobotResponseHeaderRecord value)
value - the value to set.public RobotPositionMapRecord getPositionResponse()
public void setPositionResponse(RobotPositionMapRecord value)
value - the value to set.public static RobotPositionResponseRecord.Builder newBuilder()
public static RobotPositionResponseRecord.Builder newBuilder(RobotPositionResponseRecord.Builder other)
public static RobotPositionResponseRecord.Builder newBuilder(RobotPositionResponseRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||