|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<VisemeBindingConfigRecord>
org.robokind.avrogen.speech.viseme.VisemeBindingConfigRecord.Builder
public static class VisemeBindingConfigRecord.Builder
RecordBuilder for VisemeBindingConfigRecord instances.
| Method Summary | |
|---|---|
VisemeBindingConfigRecord |
build()
|
VisemeBindingConfigRecord.Builder |
clearBindingId()
Clears the value of the 'bindingId' field |
VisemeBindingConfigRecord.Builder |
clearVisemeBindings()
Clears the value of the 'visemeBindings' field |
Integer |
getBindingId()
Gets the value of the 'bindingId' field |
VisemeBindingConfigRecord |
getValue()
|
List<VisemePositionRecord> |
getVisemeBindings()
Gets the value of the 'visemeBindings' field |
boolean |
hasBindingId()
Checks whether the 'bindingId' field has been set |
boolean |
hasVisemeBindings()
Checks whether the 'visemeBindings' field has been set |
VisemeBindingConfigRecord.Builder |
setBindingId(int value)
Sets the value of the 'bindingId' field |
VisemeBindingConfigRecord.Builder |
setVisemeBindings(List<VisemePositionRecord> value)
Sets the value of the 'visemeBindings' field |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Integer getBindingId()
public VisemeBindingConfigRecord.Builder setBindingId(int value)
public boolean hasBindingId()
public VisemeBindingConfigRecord.Builder clearBindingId()
public List<VisemePositionRecord> getVisemeBindings()
public VisemeBindingConfigRecord.Builder setVisemeBindings(List<VisemePositionRecord> value)
public boolean hasVisemeBindings()
public VisemeBindingConfigRecord.Builder clearVisemeBindings()
public VisemeBindingConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<VisemeBindingConfigRecord>public VisemeBindingConfigRecord getValue()
getValue in interface org.jflux.api.core.Source<VisemeBindingConfigRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||