public static class SpeechRecEventListRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<SpeechRecEventListRecord> implements org.apache.avro.data.RecordBuilder<SpeechRecEventListRecord>, org.jflux.api.core.Source<SpeechRecEventListRecord>
| Modifier and Type | Method and Description |
|---|---|
SpeechRecEventListRecord |
build() |
SpeechRecEventListRecord.Builder |
clearEventDestinationId()
Clears the value of the 'eventDestinationId' field
|
SpeechRecEventListRecord.Builder |
clearSpeechRecEvents()
Clears the value of the 'speechRecEvents' field
|
SpeechRecEventListRecord.Builder |
clearSpeechRecServiceId()
Clears the value of the 'speechRecServiceId' field
|
SpeechRecEventListRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field
|
String |
getEventDestinationId()
Gets the value of the 'eventDestinationId' field
|
List<SpeechRecEventRecord> |
getSpeechRecEvents()
Gets the value of the 'speechRecEvents' field
|
String |
getSpeechRecServiceId()
Gets the value of the 'speechRecServiceId' field
|
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field
|
SpeechRecEventListRecord |
getValue() |
boolean |
hasEventDestinationId()
Checks whether the 'eventDestinationId' field has been set
|
boolean |
hasSpeechRecEvents()
Checks whether the 'speechRecEvents' field has been set
|
boolean |
hasSpeechRecServiceId()
Checks whether the 'speechRecServiceId' field has been set
|
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set
|
SpeechRecEventListRecord.Builder |
setEventDestinationId(String value)
Sets the value of the 'eventDestinationId' field
|
SpeechRecEventListRecord.Builder |
setSpeechRecEvents(List<SpeechRecEventRecord> value)
Sets the value of the 'speechRecEvents' field
|
SpeechRecEventListRecord.Builder |
setSpeechRecServiceId(String value)
Sets the value of the 'speechRecServiceId' field
|
SpeechRecEventListRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field
|
public String getSpeechRecServiceId()
public SpeechRecEventListRecord.Builder setSpeechRecServiceId(String value)
public boolean hasSpeechRecServiceId()
public SpeechRecEventListRecord.Builder clearSpeechRecServiceId()
public String getEventDestinationId()
public SpeechRecEventListRecord.Builder setEventDestinationId(String value)
public boolean hasEventDestinationId()
public SpeechRecEventListRecord.Builder clearEventDestinationId()
public Long getTimestampMillisecUTC()
public SpeechRecEventListRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public SpeechRecEventListRecord.Builder clearTimestampMillisecUTC()
public List<SpeechRecEventRecord> getSpeechRecEvents()
public SpeechRecEventListRecord.Builder setSpeechRecEvents(List<SpeechRecEventRecord> value)
public boolean hasSpeechRecEvents()
public SpeechRecEventListRecord.Builder clearSpeechRecEvents()
public SpeechRecEventListRecord build()
build in interface org.apache.avro.data.RecordBuilder<SpeechRecEventListRecord>public SpeechRecEventListRecord getValue()
getValue in interface org.jflux.api.core.Source<SpeechRecEventListRecord>Copyright © 2011-2014. All Rights Reserved.