public class VisemeBindingConfigRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, VisemeBindingConfig<VisemePositionRecord>
| Modifier and Type | Class and Description |
|---|---|
static class |
VisemeBindingConfigRecord.Builder
RecordBuilder for VisemeBindingConfigRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
int |
bindingId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
List<VisemePositionRecord> |
visemeBindings
Deprecated.
|
| Constructor and Description |
|---|
VisemeBindingConfigRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
Integer |
getBindingId()
Gets the value of the 'bindingId' field.
|
org.apache.avro.Schema |
getSchema() |
List<VisemePositionRecord> |
getVisemeBindings()
Gets the value of the 'visemeBindings' field.
|
static VisemeBindingConfigRecord.Builder |
newBuilder()
Creates a new VisemeBindingConfigRecord RecordBuilder
|
static VisemeBindingConfigRecord.Builder |
newBuilder(VisemeBindingConfigRecord.Builder other)
Creates a new VisemeBindingConfigRecord RecordBuilder by copying an existing Builder
|
static VisemeBindingConfigRecord.Builder |
newBuilder(VisemeBindingConfigRecord other)
Creates a new VisemeBindingConfigRecord RecordBuilder by copying an existing VisemeBindingConfigRecord instance
|
void |
put(int field$,
Object value$) |
void |
setBindingId(Integer value)
Sets the value of the 'bindingId' field.
|
void |
setVisemeBindings(List<VisemePositionRecord> value)
Sets the value of the 'visemeBindings' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public int bindingId
@Deprecated public List<VisemePositionRecord> visemeBindings
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 getBindingId()
getBindingId in interface VisemeBindingConfig<VisemePositionRecord>public void setBindingId(Integer value)
value - the value to set.public List<VisemePositionRecord> getVisemeBindings()
getVisemeBindings in interface VisemeBindingConfig<VisemePositionRecord>public void setVisemeBindings(List<VisemePositionRecord> value)
value - the value to set.public static VisemeBindingConfigRecord.Builder newBuilder()
public static VisemeBindingConfigRecord.Builder newBuilder(VisemeBindingConfigRecord.Builder other)
public static VisemeBindingConfigRecord.Builder newBuilder(VisemeBindingConfigRecord other)
Copyright © 2011-2014. All Rights Reserved.