public static class SpeechEventListRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<SpeechEventListRecord> implements org.apache.avro.data.RecordBuilder<SpeechEventListRecord>, org.jflux.api.core.Source<SpeechEventListRecord>
| Modifier and Type | Method and Description |
|---|---|
SpeechEventListRecord |
build() |
SpeechEventListRecord.Builder |
clearSpeechEvents()
Clears the value of the 'speechEvents' field
|
SpeechEventListRecord.Builder |
clearSpeechServiceId()
Clears the value of the 'speechServiceId' field
|
SpeechEventListRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field
|
List<SpeechEventRecord> |
getSpeechEvents()
Gets the value of the 'speechEvents' field
|
String |
getSpeechServiceId()
Gets the value of the 'speechServiceId' field
|
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field
|
SpeechEventListRecord |
getValue() |
boolean |
hasSpeechEvents()
Checks whether the 'speechEvents' field has been set
|
boolean |
hasSpeechServiceId()
Checks whether the 'speechServiceId' field has been set
|
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set
|
SpeechEventListRecord.Builder |
setSpeechEvents(List<SpeechEventRecord> value)
Sets the value of the 'speechEvents' field
|
SpeechEventListRecord.Builder |
setSpeechServiceId(String value)
Sets the value of the 'speechServiceId' field
|
SpeechEventListRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field
|
public String getSpeechServiceId()
public SpeechEventListRecord.Builder setSpeechServiceId(String value)
public boolean hasSpeechServiceId()
public SpeechEventListRecord.Builder clearSpeechServiceId()
public Long getTimestampMillisecUTC()
public SpeechEventListRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public SpeechEventListRecord.Builder clearTimestampMillisecUTC()
public List<SpeechEventRecord> getSpeechEvents()
public SpeechEventListRecord.Builder setSpeechEvents(List<SpeechEventRecord> value)
public boolean hasSpeechEvents()
public SpeechEventListRecord.Builder clearSpeechEvents()
public SpeechEventListRecord build()
build in interface org.apache.avro.data.RecordBuilder<SpeechEventListRecord>public SpeechEventListRecord getValue()
getValue in interface org.jflux.api.core.Source<SpeechEventListRecord>Copyright © 2011-2014. All Rights Reserved.