|
||||||||||
| 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<VisemePositionRecord>
org.robokind.impl.speech.viseme.VisemePositionRecord.Builder
public static class VisemePositionRecord.Builder
RecordBuilder for VisemePositionRecord instances.
| Method Summary | |
|---|---|
VisemePositionRecord |
build()
|
VisemePositionRecord.Builder |
clearPosition()
Clears the value of the 'position' field |
VisemePositionRecord.Builder |
clearVisemeId()
Clears the value of the 'visemeId' field |
Double |
getPosition()
Gets the value of the 'position' field |
VisemePositionRecord |
getValue()
|
Integer |
getVisemeId()
Gets the value of the 'visemeId' field |
boolean |
hasPosition()
Checks whether the 'position' field has been set |
boolean |
hasVisemeId()
Checks whether the 'visemeId' field has been set |
VisemePositionRecord.Builder |
setPosition(double value)
Sets the value of the 'position' field |
VisemePositionRecord.Builder |
setVisemeId(int value)
Sets the value of the 'visemeId' 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 getVisemeId()
public VisemePositionRecord.Builder setVisemeId(int value)
public boolean hasVisemeId()
public VisemePositionRecord.Builder clearVisemeId()
public Double getPosition()
public VisemePositionRecord.Builder setPosition(double value)
public boolean hasPosition()
public VisemePositionRecord.Builder clearPosition()
public VisemePositionRecord build()
build in interface org.apache.avro.data.RecordBuilder<VisemePositionRecord>public VisemePositionRecord getValue()
getValue in interface org.jflux.api.core.Source<VisemePositionRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||