public class JointPropDefinitionRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, RobotDefinitionResponse.JointPropDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
JointPropDefinitionRecord.Builder
RecordBuilder for JointPropDefinitionRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
displayName
Deprecated.
|
double |
initialValue
Deprecated.
|
double |
maxValue
Deprecated.
|
double |
minValue
Deprecated.
|
String |
propertyName
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
JointPropDefinitionRecord() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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.SpecificRecordBasepublic 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)
Copyright © 2011-2014. All Rights Reserved.