public class MotionPathRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
MotionPathRecord.Builder
RecordBuilder for MotionPathRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
List<ControlPointRecord> |
controlPoints
Deprecated.
|
InterpolatorTypeRecord |
interpolator
Deprecated.
|
int |
motionPathId
Deprecated.
|
String |
name
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Long |
startTime
Deprecated.
|
Long |
stopTime
Deprecated.
|
| Constructor and Description |
|---|
MotionPathRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
List<ControlPointRecord> |
getControlPoints()
Gets the value of the 'controlPoints' field.
|
InterpolatorTypeRecord |
getInterpolator()
Gets the value of the 'interpolator' field.
|
Integer |
getMotionPathId()
Gets the value of the 'motionPathId' field.
|
String |
getName()
Gets the value of the 'name' field.
|
org.apache.avro.Schema |
getSchema() |
Long |
getStartTime()
Gets the value of the 'startTime' field.
|
Long |
getStopTime()
Gets the value of the 'stopTime' field.
|
static MotionPathRecord.Builder |
newBuilder()
Creates a new MotionPathRecord RecordBuilder
|
static MotionPathRecord.Builder |
newBuilder(MotionPathRecord.Builder other)
Creates a new MotionPathRecord RecordBuilder by copying an existing Builder
|
static MotionPathRecord.Builder |
newBuilder(MotionPathRecord other)
Creates a new MotionPathRecord RecordBuilder by copying an existing MotionPathRecord instance
|
void |
put(int field$,
Object value$) |
void |
setControlPoints(List<ControlPointRecord> value)
Sets the value of the 'controlPoints' field.
|
void |
setInterpolator(InterpolatorTypeRecord value)
Sets the value of the 'interpolator' field.
|
void |
setMotionPathId(Integer value)
Sets the value of the 'motionPathId' field.
|
void |
setName(String value)
Sets the value of the 'name' field.
|
void |
setStartTime(Long value)
Sets the value of the 'startTime' field.
|
void |
setStopTime(Long value)
Sets the value of the 'stopTime' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String name
@Deprecated public int motionPathId
@Deprecated public Long startTime
@Deprecated public Long stopTime
@Deprecated public InterpolatorTypeRecord interpolator
@Deprecated public List<ControlPointRecord> controlPoints
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 getName()
public void setName(String value)
value - the value to set.public Integer getMotionPathId()
public void setMotionPathId(Integer value)
value - the value to set.public Long getStartTime()
public void setStartTime(Long value)
value - the value to set.public Long getStopTime()
public void setStopTime(Long value)
value - the value to set.public InterpolatorTypeRecord getInterpolator()
public void setInterpolator(InterpolatorTypeRecord value)
value - the value to set.public List<ControlPointRecord> getControlPoints()
public void setControlPoints(List<ControlPointRecord> value)
value - the value to set.public static MotionPathRecord.Builder newBuilder()
public static MotionPathRecord.Builder newBuilder(MotionPathRecord.Builder other)
public static MotionPathRecord.Builder newBuilder(MotionPathRecord other)
Copyright © 2011-2014. All Rights Reserved.