public static class SpeechConfigRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<SpeechConfigRecord> implements org.apache.avro.data.RecordBuilder<SpeechConfigRecord>, org.jflux.api.core.Source<SpeechConfigRecord>
| Modifier and Type | Method and Description |
|---|---|
SpeechConfigRecord |
build() |
SpeechConfigRecord.Builder |
clearConfigSourceId()
Clears the value of the 'configSourceId' field
|
SpeechConfigRecord.Builder |
clearSampleRate()
Clears the value of the 'sampleRate' field
|
SpeechConfigRecord.Builder |
clearSpeechServiceId()
Clears the value of the 'speechServiceId' field
|
SpeechConfigRecord.Builder |
clearVoiceName()
Clears the value of the 'voiceName' field
|
String |
getConfigSourceId()
Gets the value of the 'configSourceId' field
|
Double |
getSampleRate()
Gets the value of the 'sampleRate' field
|
String |
getSpeechServiceId()
Gets the value of the 'speechServiceId' field
|
SpeechConfigRecord |
getValue() |
String |
getVoiceName()
Gets the value of the 'voiceName' field
|
boolean |
hasConfigSourceId()
Checks whether the 'configSourceId' field has been set
|
boolean |
hasSampleRate()
Checks whether the 'sampleRate' field has been set
|
boolean |
hasSpeechServiceId()
Checks whether the 'speechServiceId' field has been set
|
boolean |
hasVoiceName()
Checks whether the 'voiceName' field has been set
|
SpeechConfigRecord.Builder |
setConfigSourceId(String value)
Sets the value of the 'configSourceId' field
|
SpeechConfigRecord.Builder |
setSampleRate(double value)
Sets the value of the 'sampleRate' field
|
SpeechConfigRecord.Builder |
setSpeechServiceId(String value)
Sets the value of the 'speechServiceId' field
|
SpeechConfigRecord.Builder |
setVoiceName(String value)
Sets the value of the 'voiceName' field
|
public String getSpeechServiceId()
public SpeechConfigRecord.Builder setSpeechServiceId(String value)
public boolean hasSpeechServiceId()
public SpeechConfigRecord.Builder clearSpeechServiceId()
public String getConfigSourceId()
public SpeechConfigRecord.Builder setConfigSourceId(String value)
public boolean hasConfigSourceId()
public SpeechConfigRecord.Builder clearConfigSourceId()
public String getVoiceName()
public SpeechConfigRecord.Builder setVoiceName(String value)
public boolean hasVoiceName()
public SpeechConfigRecord.Builder clearVoiceName()
public Double getSampleRate()
public SpeechConfigRecord.Builder setSampleRate(double value)
public boolean hasSampleRate()
public SpeechConfigRecord.Builder clearSampleRate()
public SpeechConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<SpeechConfigRecord>public SpeechConfigRecord getValue()
getValue in interface org.jflux.api.core.Source<SpeechConfigRecord>Copyright © 2011-2014. All Rights Reserved.