|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.animation.messaging.InterpolatorTypeRecord
public class InterpolatorTypeRecord
| Nested Class Summary | |
|---|---|
static class |
InterpolatorTypeRecord.Builder
RecordBuilder for InterpolatorTypeRecord instances. |
| Field Summary | |
|---|---|
String |
name
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
String |
versionNumber
Deprecated. |
| Constructor Summary | |
|---|---|
InterpolatorTypeRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
String |
getName()
Gets the value of the 'name' field. |
org.apache.avro.Schema |
getSchema()
|
String |
getVersionNumber()
Gets the value of the 'versionNumber' field. |
static InterpolatorTypeRecord.Builder |
newBuilder()
Creates a new InterpolatorTypeRecord RecordBuilder |
static InterpolatorTypeRecord.Builder |
newBuilder(InterpolatorTypeRecord.Builder other)
Creates a new InterpolatorTypeRecord RecordBuilder by copying an existing Builder |
static InterpolatorTypeRecord.Builder |
newBuilder(InterpolatorTypeRecord other)
Creates a new InterpolatorTypeRecord RecordBuilder by copying an existing InterpolatorTypeRecord instance |
void |
put(int field$,
Object value$)
|
void |
setName(String value)
Sets the value of the 'name' field. |
void |
setVersionNumber(String value)
Sets the value of the 'versionNumber' 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 String versionNumber
| Constructor Detail |
|---|
public InterpolatorTypeRecord()
| 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 String getVersionNumber()
public void setVersionNumber(String value)
value - the value to set.public static InterpolatorTypeRecord.Builder newBuilder()
public static InterpolatorTypeRecord.Builder newBuilder(InterpolatorTypeRecord.Builder other)
public static InterpolatorTypeRecord.Builder newBuilder(InterpolatorTypeRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||