public class JointDefinitionRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
JointDefinitionRecord.Builder
RecordBuilder for JointDefinitionRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
double |
defaultPosition
Deprecated.
|
boolean |
enabled
Deprecated.
|
double |
goalPosition
Deprecated.
|
int |
jointId
Deprecated.
|
String |
name
Deprecated.
|
List<JointPropDefinitionRecord> |
properties
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
JointDefinitionRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
Double |
getDefaultPosition()
Gets the value of the 'defaultPosition' field.
|
Boolean |
getEnabled()
Gets the value of the 'enabled' field.
|
Double |
getGoalPosition()
Gets the value of the 'goalPosition' field.
|
Integer |
getJointId()
Gets the value of the 'jointId' field.
|
String |
getName()
Gets the value of the 'name' field.
|
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$,
Object value$) |
void |
setDefaultPosition(Double value)
Sets the value of the 'defaultPosition' field.
|
void |
setEnabled(Boolean value)
Sets the value of the 'enabled' field.
|
void |
setGoalPosition(Double value)
Sets the value of the 'goalPosition' field.
|
void |
setJointId(Integer value)
Sets the value of the 'jointId' field.
|
void |
setName(String value)
Sets the value of the 'name' field.
|
void |
setProperties(List<JointPropDefinitionRecord> value)
Sets the value of the 'properties' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public int jointId
@Deprecated public String name
@Deprecated public double defaultPosition
@Deprecated public double goalPosition
@Deprecated public boolean enabled
@Deprecated public List<JointPropDefinitionRecord> properties
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 Integer getJointId()
public void setJointId(Integer value)
value - the value to set.public String getName()
public void setName(String value)
value - the value to set.public Double getDefaultPosition()
public void setDefaultPosition(Double value)
value - the value to set.public Double getGoalPosition()
public void setGoalPosition(Double value)
value - the value to set.public Boolean getEnabled()
public void setEnabled(Boolean value)
value - the value to set.public List<JointPropDefinitionRecord> getProperties()
public void setProperties(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)
Copyright © 2011-2014. All Rights Reserved.