|
||||||||||
| 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.impl.animation.messaging.MotionPathRecord
public class MotionPathRecord
| Nested Class Summary | |
|---|---|
static class |
MotionPathRecord.Builder
RecordBuilder for MotionPathRecord instances. |
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
MotionPathRecord()
|
|
| Method Summary | |
|---|---|
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. |
| 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 name
@Deprecated public int motionPathId
@Deprecated public Long startTime
@Deprecated public Long stopTime
@Deprecated public InterpolatorTypeRecord interpolator
@Deprecated public List<ControlPointRecord> controlPoints
| Constructor Detail |
|---|
public MotionPathRecord()
| 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 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||