|
|||||||||
| 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.JointPropDefinitionRecord
public class JointPropDefinitionRecord
| Nested Class Summary | |
|---|---|
static class |
JointPropDefinitionRecord.Builder
RecordBuilder for JointPropDefinitionRecord instances. |
| Field Summary | |
|---|---|
String |
displayName
Deprecated. |
double |
initialValue
Deprecated. |
double |
maxValue
Deprecated. |
double |
minValue
Deprecated. |
String |
propertyName
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
JointPropDefinitionRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
String |
getDisplayName()
Gets the value of the 'displayName' field. |
Double |
getInitialValue()
Gets the value of the 'initialValue' field. |
Double |
getMaxValue()
Gets the value of the 'maxValue' field. |
Double |
getMinValue()
Gets the value of the 'minValue' field. |
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$,
Object value$)
|
void |
setDisplayName(String value)
Sets the value of the 'displayName' field. |
void |
setInitialValue(Double value)
Sets the value of the 'initialValue' field. |
void |
setMaxValue(Double value)
Sets the value of the 'maxValue' field. |
void |
setMinValue(Double value)
Sets the value of the 'minValue' field. |
void |
setPropertyName(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 String propertyName
@Deprecated public 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 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 getPropertyName()
getPropertyName in interface RobotDefinitionResponse.JointPropDefinitionpublic void setPropertyName(String value)
value - the value to set.public String getDisplayName()
getDisplayName in interface RobotDefinitionResponse.JointPropDefinitionpublic void setDisplayName(String value)
value - the value to set.public Double getMinValue()
getMinValue in interface RobotDefinitionResponse.JointPropDefinitionpublic void setMinValue(Double value)
value - the value to set.public Double getMaxValue()
getMaxValue in interface RobotDefinitionResponse.JointPropDefinitionpublic void setMaxValue(Double value)
value - the value to set.public Double getInitialValue()
getInitialValue in interface RobotDefinitionResponse.JointPropDefinitionpublic void setInitialValue(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 | ||||||||