|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.robokind.impl.speechrec.SpeechRecEventListRecord
public class SpeechRecEventListRecord
| Nested Class Summary | |
|---|---|
static class |
SpeechRecEventListRecord.Builder
RecordBuilder for SpeechRecEventListRecord instances. |
| Field Summary | |
|---|---|
String |
eventDestinationId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
List<SpeechRecEventRecord> |
speechRecEvents
Deprecated. |
String |
speechRecServiceId
Deprecated. |
long |
timestampMillisecUTC
Deprecated. |
| Constructor Summary | |
|---|---|
SpeechRecEventListRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
String |
getEventDestinationId()
Gets the value of the 'eventDestinationId' field. |
org.apache.avro.Schema |
getSchema()
|
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. |
static SpeechRecEventListRecord.Builder |
newBuilder()
Creates a new SpeechRecEventListRecord RecordBuilder |
static SpeechRecEventListRecord.Builder |
newBuilder(SpeechRecEventListRecord.Builder other)
Creates a new SpeechRecEventListRecord RecordBuilder by copying an existing Builder |
static SpeechRecEventListRecord.Builder |
newBuilder(SpeechRecEventListRecord other)
Creates a new SpeechRecEventListRecord RecordBuilder by copying an existing SpeechRecEventListRecord instance |
void |
put(int field$,
Object value$)
|
void |
setEventDestinationId(String value)
Sets the value of the 'eventDestinationId' field. |
void |
setSpeechRecEvents(List<SpeechRecEventRecord> value)
Sets the value of the 'speechRecEvents' field. |
void |
setSpeechRecServiceId(String value)
Sets the value of the 'speechRecServiceId' field. |
void |
setTimestampMillisecUTC(Long value)
Sets the value of the 'timestampMillisecUTC' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String speechRecServiceId
@Deprecated public String eventDestinationId
@Deprecated public long timestampMillisecUTC
@Deprecated public List<SpeechRecEventRecord> speechRecEvents
| Constructor Detail |
|---|
public SpeechRecEventListRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getSpeechRecServiceId()
getSpeechRecServiceId in interface SpeechRecEventList<SpeechRecEventRecord>public void setSpeechRecServiceId(String value)
value - the value to set.public String getEventDestinationId()
getEventDestinationId in interface SpeechRecEventList<SpeechRecEventRecord>public void setEventDestinationId(String value)
value - the value to set.public Long getTimestampMillisecUTC()
getTimestampMillisecUTC in interface SpeechRecEventList<SpeechRecEventRecord>public void setTimestampMillisecUTC(Long value)
value - the value to set.public List<SpeechRecEventRecord> getSpeechRecEvents()
getSpeechRecEvents in interface SpeechRecEventList<SpeechRecEventRecord>public void setSpeechRecEvents(List<SpeechRecEventRecord> value)
value - the value to set.public static SpeechRecEventListRecord.Builder newBuilder()
public static SpeechRecEventListRecord.Builder newBuilder(SpeechRecEventListRecord.Builder other)
public static SpeechRecEventListRecord.Builder newBuilder(SpeechRecEventListRecord other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||