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