|
||||||||||
| 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.JointPropDefinitionRecord
public class JointPropDefinitionRecord
| Nested Class Summary | |
|---|---|
static class |
JointPropDefinitionRecord.Builder
RecordBuilder for JointPropDefinitionRecord instances. |
| Field Summary | |
|---|---|
java.lang.String |
displayName
Deprecated. |
double |
initialValue
Deprecated. |
double |
maxValue
Deprecated. |
double |
minValue
Deprecated. |
java.lang.String |
propertyName
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
JointPropDefinitionRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.String |
getDisplayName()
Gets the value of the 'displayName' field. |
java.lang.Double |
getInitialValue()
Gets the value of the 'initialValue' field. |
java.lang.Double |
getMaxValue()
Gets the value of the 'maxValue' field. |
java.lang.Double |
getMinValue()
Gets the value of the 'minValue' field. |
java.lang.String |
getPropertyName()
Gets the value of the 'propertyName' field. |
org.apache.avro.Schema |
getSchema()
|
static JointPropDefinitionRecord.Builder |
newBuilder()
Creates a new JointPropDefinitionRecord RecordBuilder |
static JointPropDefinitionRecord.Builder |
newBuilder(JointPropDefinitionRecord.Builder other)
Creates a new JointPropDefinitionRecord RecordBuilder by copying an existing Builder |
static JointPropDefinitionRecord.Builder |
newBuilder(JointPropDefinitionRecord other)
Creates a new JointPropDefinitionRecord RecordBuilder by copying an existing JointPropDefinitionRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setDisplayName(java.lang.String value)
Sets the value of the 'displayName' field. |
void |
setInitialValue(java.lang.Double value)
Sets the value of the 'initialValue' field. |
void |
setMaxValue(java.lang.Double value)
Sets the value of the 'maxValue' field. |
void |
setMinValue(java.lang.Double value)
Sets the value of the 'minValue' field. |
void |
setPropertyName(java.lang.String value)
Sets the value of the 'propertyName' 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 propertyName
@Deprecated public java.lang.String displayName
@Deprecated public double minValue
@Deprecated public double maxValue
@Deprecated public double initialValue
| Constructor Detail |
|---|
public JointPropDefinitionRecord()
| 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 getPropertyName()
getPropertyName in interface RobotDefinitionResponse.JointPropDefinitionpublic void setPropertyName(java.lang.String value)
value - the value to set.public java.lang.String getDisplayName()
getDisplayName in interface RobotDefinitionResponse.JointPropDefinitionpublic void setDisplayName(java.lang.String value)
value - the value to set.public java.lang.Double getMinValue()
getMinValue in interface RobotDefinitionResponse.JointPropDefinitionpublic void setMinValue(java.lang.Double value)
value - the value to set.public java.lang.Double getMaxValue()
getMaxValue in interface RobotDefinitionResponse.JointPropDefinitionpublic void setMaxValue(java.lang.Double value)
value - the value to set.public java.lang.Double getInitialValue()
getInitialValue in interface RobotDefinitionResponse.JointPropDefinitionpublic void setInitialValue(java.lang.Double value)
value - the value to set.public static JointPropDefinitionRecord.Builder newBuilder()
public static JointPropDefinitionRecord.Builder newBuilder(JointPropDefinitionRecord.Builder other)
public static JointPropDefinitionRecord.Builder newBuilder(JointPropDefinitionRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||