public class SpeechRecEventListRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, SpeechRecEventList<SpeechRecEventRecord>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeechRecEventListRecord.Builder
RecordBuilder for SpeechRecEventListRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
eventDestinationId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
List<SpeechRecEventRecord> |
speechRecEvents
Deprecated.
|
String |
speechRecServiceId
Deprecated.
|
long |
timestampMillisecUTC
Deprecated.
|
| Constructor and Description |
|---|
SpeechRecEventListRecord() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 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)
Copyright © 2011-2014. All Rights Reserved.