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