public class VisemePositionRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, VisemePosition
| Modifier and Type | Class and Description |
|---|---|
static class |
VisemePositionRecord.Builder
RecordBuilder for VisemePositionRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
double |
position
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
int |
visemeId
Deprecated.
|
| Constructor and Description |
|---|
VisemePositionRecord() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public int visemeId
@Deprecated public double position
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 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)
Copyright © 2011-2014. All Rights Reserved.