|
|||||||||
| 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<SpeechRecConfigRecord>
org.mechio.impl.speechrec.SpeechRecConfigRecord.Builder
public static class SpeechRecConfigRecord.Builder
RecordBuilder for SpeechRecConfigRecord instances.
| Method Summary | |
|---|---|
SpeechRecConfigRecord |
build()
|
SpeechRecConfigRecord.Builder |
clearConfigSourceId()
Clears the value of the 'configSourceId' field |
SpeechRecConfigRecord.Builder |
clearSpeechRecServiceId()
Clears the value of the 'speechRecServiceId' field |
SpeechRecConfigRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field |
SpeechRecConfigRecord.Builder |
clearVocabLocation()
Clears the value of the 'vocabLocation' field |
String |
getConfigSourceId()
Gets the value of the 'configSourceId' field |
String |
getSpeechRecServiceId()
Gets the value of the 'speechRecServiceId' field |
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field |
SpeechRecConfigRecord |
getValue()
|
String |
getVocabLocation()
Gets the value of the 'vocabLocation' field |
boolean |
hasConfigSourceId()
Checks whether the 'configSourceId' field has been set |
boolean |
hasSpeechRecServiceId()
Checks whether the 'speechRecServiceId' field has been set |
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set |
boolean |
hasVocabLocation()
Checks whether the 'vocabLocation' field has been set |
SpeechRecConfigRecord.Builder |
setConfigSourceId(String value)
Sets the value of the 'configSourceId' field |
SpeechRecConfigRecord.Builder |
setSpeechRecServiceId(String value)
Sets the value of the 'speechRecServiceId' field |
SpeechRecConfigRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field |
SpeechRecConfigRecord.Builder |
setVocabLocation(String value)
Sets the value of the 'vocabLocation' 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 String getSpeechRecServiceId()
public SpeechRecConfigRecord.Builder setSpeechRecServiceId(String value)
public boolean hasSpeechRecServiceId()
public SpeechRecConfigRecord.Builder clearSpeechRecServiceId()
public String getConfigSourceId()
public SpeechRecConfigRecord.Builder setConfigSourceId(String value)
public boolean hasConfigSourceId()
public SpeechRecConfigRecord.Builder clearConfigSourceId()
public Long getTimestampMillisecUTC()
public SpeechRecConfigRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public SpeechRecConfigRecord.Builder clearTimestampMillisecUTC()
public String getVocabLocation()
public SpeechRecConfigRecord.Builder setVocabLocation(String value)
public boolean hasVocabLocation()
public SpeechRecConfigRecord.Builder clearVocabLocation()
public SpeechRecConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<SpeechRecConfigRecord>public SpeechRecConfigRecord getValue()
getValue in interface org.jflux.api.core.Source<SpeechRecConfigRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||