public class JointPositionRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
JointPositionRecord.Builder
RecordBuilder for JointPositionRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
JointIdRecord |
jointId
Deprecated.
|
double |
normalizedPosition
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
JointPositionRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
JointIdRecord |
getJointId()
Gets the value of the 'jointId' field.
|
Double |
getNormalizedPosition()
Gets the value of the 'normalizedPosition' field.
|
org.apache.avro.Schema |
getSchema() |
static JointPositionRecord.Builder |
newBuilder()
Creates a new JointPositionRecord RecordBuilder
|
static JointPositionRecord.Builder |
newBuilder(JointPositionRecord.Builder other)
Creates a new JointPositionRecord RecordBuilder by copying an existing Builder
|
static JointPositionRecord.Builder |
newBuilder(JointPositionRecord other)
Creates a new JointPositionRecord RecordBuilder by copying an existing JointPositionRecord instance
|
void |
put(int field$,
Object value$) |
void |
setJointId(JointIdRecord value)
Sets the value of the 'jointId' field.
|
void |
setNormalizedPosition(Double value)
Sets the value of the 'normalizedPosition' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public JointIdRecord jointId
@Deprecated public double normalizedPosition
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 JointIdRecord getJointId()
public void setJointId(JointIdRecord value)
value - the value to set.public Double getNormalizedPosition()
public void setNormalizedPosition(Double value)
value - the value to set.public static JointPositionRecord.Builder newBuilder()
public static JointPositionRecord.Builder newBuilder(JointPositionRecord.Builder other)
public static JointPositionRecord.Builder newBuilder(JointPositionRecord other)
Copyright © 2011-2014. All Rights Reserved.