public static class SpeechRequestRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<SpeechRequestRecord> implements org.apache.avro.data.RecordBuilder<SpeechRequestRecord>, org.jflux.api.core.Source<SpeechRequestRecord>
| Modifier and Type | Method and Description |
|---|---|
SpeechRequestRecord |
build() |
SpeechRequestRecord.Builder |
clearPhrase()
Clears the value of the 'phrase' field
|
SpeechRequestRecord.Builder |
clearRequestSourceId()
Clears the value of the 'requestSourceId' field
|
SpeechRequestRecord.Builder |
clearSpeechServiceId()
Clears the value of the 'speechServiceId' field
|
SpeechRequestRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field
|
String |
getPhrase()
Gets the value of the 'phrase' field
|
String |
getRequestSourceId()
Gets the value of the 'requestSourceId' field
|
String |
getSpeechServiceId()
Gets the value of the 'speechServiceId' field
|
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field
|
SpeechRequestRecord |
getValue() |
boolean |
hasPhrase()
Checks whether the 'phrase' field has been set
|
boolean |
hasRequestSourceId()
Checks whether the 'requestSourceId' field has been set
|
boolean |
hasSpeechServiceId()
Checks whether the 'speechServiceId' field has been set
|
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set
|
SpeechRequestRecord.Builder |
setPhrase(String value)
Sets the value of the 'phrase' field
|
SpeechRequestRecord.Builder |
setRequestSourceId(String value)
Sets the value of the 'requestSourceId' field
|
SpeechRequestRecord.Builder |
setSpeechServiceId(String value)
Sets the value of the 'speechServiceId' field
|
SpeechRequestRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field
|
public String getSpeechServiceId()
public SpeechRequestRecord.Builder setSpeechServiceId(String value)
public boolean hasSpeechServiceId()
public SpeechRequestRecord.Builder clearSpeechServiceId()
public String getRequestSourceId()
public SpeechRequestRecord.Builder setRequestSourceId(String value)
public boolean hasRequestSourceId()
public SpeechRequestRecord.Builder clearRequestSourceId()
public Long getTimestampMillisecUTC()
public SpeechRequestRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public SpeechRequestRecord.Builder clearTimestampMillisecUTC()
public String getPhrase()
public SpeechRequestRecord.Builder setPhrase(String value)
public boolean hasPhrase()
public SpeechRequestRecord.Builder clearPhrase()
public SpeechRequestRecord build()
build in interface org.apache.avro.data.RecordBuilder<SpeechRequestRecord>public SpeechRequestRecord getValue()
getValue in interface org.jflux.api.core.Source<SpeechRequestRecord>Copyright © 2011-2014. All Rights Reserved.