|
||||||||||
| 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<SpeechConfigRecord>
org.robokind.avrogen.speech.SpeechConfigRecord.Builder
public static class SpeechConfigRecord.Builder
RecordBuilder for SpeechConfigRecord instances.
| Method Summary | |
|---|---|
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 |
| 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 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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||