|
||||||||||
| 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.impl.speech.viseme.VisemeBindingConfigRecord
public class VisemeBindingConfigRecord
| Nested Class Summary | |
|---|---|
static class |
VisemeBindingConfigRecord.Builder
RecordBuilder for VisemeBindingConfigRecord instances. |
| Field Summary | |
|---|---|
int |
bindingId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
List<VisemePositionRecord> |
visemeBindings
Deprecated. |
| Constructor Summary | |
|---|---|
VisemeBindingConfigRecord()
|
|
| Method Summary | |
|---|---|
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. |
| 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 bindingId
@Deprecated public List<VisemePositionRecord> visemeBindings
| Constructor Detail |
|---|
public VisemeBindingConfigRecord()
| 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 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||