|
||||||||||
| 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.JointDefinitionRecord
public class JointDefinitionRecord
| Nested Class Summary | |
|---|---|
static class |
JointDefinitionRecord.Builder
RecordBuilder for JointDefinitionRecord instances. |
| Field Summary | |
|---|---|
double |
defaultPosition
Deprecated. |
boolean |
enabled
Deprecated. |
double |
goalPosition
Deprecated. |
int |
jointId
Deprecated. |
java.lang.String |
name
Deprecated. |
java.util.List<JointPropDefinitionRecord> |
properties
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
JointDefinitionRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.Double |
getDefaultPosition()
Gets the value of the 'defaultPosition' field. |
java.lang.Boolean |
getEnabled()
Gets the value of the 'enabled' field. |
java.lang.Double |
getGoalPosition()
Gets the value of the 'goalPosition' field. |
java.lang.Integer |
getJointId()
Gets the value of the 'jointId' field. |
java.lang.String |
getName()
Gets the value of the 'name' field. |
java.util.List<JointPropDefinitionRecord> |
getProperties()
Gets the value of the 'properties' field. |
org.apache.avro.Schema |
getSchema()
|
static JointDefinitionRecord.Builder |
newBuilder()
Creates a new JointDefinitionRecord RecordBuilder |
static JointDefinitionRecord.Builder |
newBuilder(JointDefinitionRecord.Builder other)
Creates a new JointDefinitionRecord RecordBuilder by copying an existing Builder |
static JointDefinitionRecord.Builder |
newBuilder(JointDefinitionRecord other)
Creates a new JointDefinitionRecord RecordBuilder by copying an existing JointDefinitionRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setDefaultPosition(java.lang.Double value)
Sets the value of the 'defaultPosition' field. |
void |
setEnabled(java.lang.Boolean value)
Sets the value of the 'enabled' field. |
void |
setGoalPosition(java.lang.Double value)
Sets the value of the 'goalPosition' field. |
void |
setJointId(java.lang.Integer value)
Sets the value of the 'jointId' field. |
void |
setName(java.lang.String value)
Sets the value of the 'name' field. |
void |
setProperties(java.util.List<JointPropDefinitionRecord> value)
Sets the value of the 'properties' 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 int jointId
@Deprecated public java.lang.String name
@Deprecated public double defaultPosition
@Deprecated public double goalPosition
@Deprecated public boolean enabled
@Deprecated public java.util.List<JointPropDefinitionRecord> properties
| Constructor Detail |
|---|
public JointDefinitionRecord()
| 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.Integer getJointId()
public void setJointId(java.lang.Integer value)
value - the value to set.public java.lang.String getName()
public void setName(java.lang.String value)
value - the value to set.public java.lang.Double getDefaultPosition()
public void setDefaultPosition(java.lang.Double value)
value - the value to set.public java.lang.Double getGoalPosition()
public void setGoalPosition(java.lang.Double value)
value - the value to set.public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean value)
value - the value to set.public java.util.List<JointPropDefinitionRecord> getProperties()
public void setProperties(java.util.List<JointPropDefinitionRecord> value)
value - the value to set.public static JointDefinitionRecord.Builder newBuilder()
public static JointDefinitionRecord.Builder newBuilder(JointDefinitionRecord.Builder other)
public static JointDefinitionRecord.Builder newBuilder(JointDefinitionRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||