|
||||||||||
| 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.SynchronizedRobotConfigRecord
public class SynchronizedRobotConfigRecord
| Nested Class Summary | |
|---|---|
static class |
SynchronizedRobotConfigRecord.Builder
RecordBuilder for SynchronizedRobotConfigRecord instances. |
| Field Summary | |
|---|---|
java.util.List<SynchronizedJointConfigRecord> |
joints
Deprecated. |
java.lang.String |
robotId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
SynchronizedRobotConfigRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.util.List<SynchronizedJointConfigRecord> |
getJoints()
Gets the value of the 'joints' field. |
java.lang.String |
getRobotId()
Gets the value of the 'robotId' field. |
org.apache.avro.Schema |
getSchema()
|
static SynchronizedRobotConfigRecord.Builder |
newBuilder()
Creates a new SynchronizedRobotConfigRecord RecordBuilder |
static SynchronizedRobotConfigRecord.Builder |
newBuilder(SynchronizedRobotConfigRecord.Builder other)
Creates a new SynchronizedRobotConfigRecord RecordBuilder by copying an existing Builder |
static SynchronizedRobotConfigRecord.Builder |
newBuilder(SynchronizedRobotConfigRecord other)
Creates a new SynchronizedRobotConfigRecord RecordBuilder by copying an existing SynchronizedRobotConfigRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setJoints(java.util.List<SynchronizedJointConfigRecord> value)
Sets the value of the 'joints' 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.util.List<SynchronizedJointConfigRecord> joints
| Constructor Detail |
|---|
public SynchronizedRobotConfigRecord()
| 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.util.List<SynchronizedJointConfigRecord> getJoints()
public void setJoints(java.util.List<SynchronizedJointConfigRecord> value)
value - the value to set.public static SynchronizedRobotConfigRecord.Builder newBuilder()
public static SynchronizedRobotConfigRecord.Builder newBuilder(SynchronizedRobotConfigRecord.Builder other)
public static SynchronizedRobotConfigRecord.Builder newBuilder(SynchronizedRobotConfigRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||