public static class VisemeBindingConfigRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<VisemeBindingConfigRecord> implements org.apache.avro.data.RecordBuilder<VisemeBindingConfigRecord>, org.jflux.api.core.Source<VisemeBindingConfigRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
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>Copyright © 2011-2014. All Rights Reserved.