|
||||||||||
| 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.speech.viseme.VisemePositionRecord
public class VisemePositionRecord
| Nested Class Summary | |
|---|---|
static class |
VisemePositionRecord.Builder
RecordBuilder for VisemePositionRecord instances. |
| Field Summary | |
|---|---|
double |
position
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
int |
visemeId
Deprecated. |
| Constructor Summary | |
|---|---|
VisemePositionRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
Double |
getPosition()
Gets the value of the 'position' field. |
org.apache.avro.Schema |
getSchema()
|
Integer |
getVisemeId()
Gets the value of the 'visemeId' field. |
static VisemePositionRecord.Builder |
newBuilder()
Creates a new VisemePositionRecord RecordBuilder |
static VisemePositionRecord.Builder |
newBuilder(VisemePositionRecord.Builder other)
Creates a new VisemePositionRecord RecordBuilder by copying an existing Builder |
static VisemePositionRecord.Builder |
newBuilder(VisemePositionRecord other)
Creates a new VisemePositionRecord RecordBuilder by copying an existing VisemePositionRecord instance |
void |
put(int field$,
Object value$)
|
void |
setPosition(Double value)
Sets the value of the 'position' field. |
void |
setVisemeId(Integer value)
Sets the value of the 'visemeId' 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 visemeId
@Deprecated public double position
| Constructor Detail |
|---|
public VisemePositionRecord()
| 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 getVisemeId()
getVisemeId in interface VisemePositionpublic void setVisemeId(Integer value)
value - the value to set.public Double getPosition()
getPosition in interface VisemePositionpublic void setPosition(Double value)
value - the value to set.public static VisemePositionRecord.Builder newBuilder()
public static VisemePositionRecord.Builder newBuilder(VisemePositionRecord.Builder other)
public static VisemePositionRecord.Builder newBuilder(VisemePositionRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||