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