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