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