|
|||||||||
| 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.avrogen.motion.SynchronizedJointConfigRecord
public class SynchronizedJointConfigRecord
| Nested Class Summary | |
|---|---|
static class |
SynchronizedJointConfigRecord.Builder
RecordBuilder for SynchronizedJointConfigRecord instances. |
| Field Summary | |
|---|---|
Double |
defaultPosition
Deprecated. |
int |
jointId
Deprecated. |
String |
name
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
SynchronizedJointConfigRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
Double |
getDefaultPosition()
Gets the value of the 'defaultPosition' field. |
Integer |
getJointId()
Gets the value of the 'jointId' field. |
String |
getName()
Gets the value of the 'name' field. |
org.apache.avro.Schema |
getSchema()
|
static SynchronizedJointConfigRecord.Builder |
newBuilder()
Creates a new SynchronizedJointConfigRecord RecordBuilder |
static SynchronizedJointConfigRecord.Builder |
newBuilder(SynchronizedJointConfigRecord.Builder other)
Creates a new SynchronizedJointConfigRecord RecordBuilder by copying an existing Builder |
static SynchronizedJointConfigRecord.Builder |
newBuilder(SynchronizedJointConfigRecord other)
Creates a new SynchronizedJointConfigRecord RecordBuilder by copying an existing SynchronizedJointConfigRecord instance |
void |
put(int field$,
Object value$)
|
void |
setDefaultPosition(Double value)
Sets the value of the 'defaultPosition' field. |
void |
setJointId(Integer value)
Sets the value of the 'jointId' field. |
void |
setName(String value)
Sets the value of the 'name' 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 int jointId
@Deprecated public String name
@Deprecated public Double defaultPosition
| Constructor Detail |
|---|
public SynchronizedJointConfigRecord()
| 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 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 static SynchronizedJointConfigRecord.Builder newBuilder()
public static SynchronizedJointConfigRecord.Builder newBuilder(SynchronizedJointConfigRecord.Builder other)
public static SynchronizedJointConfigRecord.Builder newBuilder(SynchronizedJointConfigRecord other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||