public class SpeechEventListRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, SpeechEventList<SpeechEventRecord>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeechEventListRecord.Builder
RecordBuilder for SpeechEventListRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Schema |
SCHEMA$ |
List<SpeechEventRecord> |
speechEvents
Deprecated.
|
String |
speechServiceId
Deprecated.
|
long |
timestampMillisecUTC
Deprecated.
|
| Constructor and Description |
|---|
SpeechEventListRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
org.apache.avro.Schema |
getSchema() |
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.
|
static SpeechEventListRecord.Builder |
newBuilder()
Creates a new SpeechEventListRecord RecordBuilder
|
static SpeechEventListRecord.Builder |
newBuilder(SpeechEventListRecord.Builder other)
Creates a new SpeechEventListRecord RecordBuilder by copying an existing Builder
|
static SpeechEventListRecord.Builder |
newBuilder(SpeechEventListRecord other)
Creates a new SpeechEventListRecord RecordBuilder by copying an existing SpeechEventListRecord instance
|
void |
put(int field$,
Object value$) |
void |
setSpeechEvents(List<SpeechEventRecord> value)
Sets the value of the 'speechEvents' field.
|
void |
setSpeechServiceId(String value)
Sets the value of the 'speechServiceId' field.
|
void |
setTimestampMillisecUTC(Long value)
Sets the value of the 'timestampMillisecUTC' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String speechServiceId
@Deprecated public long timestampMillisecUTC
@Deprecated public List<SpeechEventRecord> speechEvents
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.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getSpeechServiceId()
getSpeechServiceId in interface SpeechEventList<SpeechEventRecord>public void setSpeechServiceId(String value)
value - the value to set.public Long getTimestampMillisecUTC()
getTimestampMillisecUTC in interface SpeechEventList<SpeechEventRecord>public void setTimestampMillisecUTC(Long value)
value - the value to set.public List<SpeechEventRecord> getSpeechEvents()
getSpeechEvents in interface SpeechEventList<SpeechEventRecord>public void setSpeechEvents(List<SpeechEventRecord> value)
value - the value to set.public static SpeechEventListRecord.Builder newBuilder()
public static SpeechEventListRecord.Builder newBuilder(SpeechEventListRecord.Builder other)
public static SpeechEventListRecord.Builder newBuilder(SpeechEventListRecord other)
Copyright © 2011-2014. All Rights Reserved.