public class SpeechRequestRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, SpeechRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeechRequestRecord.Builder
RecordBuilder for SpeechRequestRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
phrase
Deprecated.
|
String |
requestSourceId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
String |
speechServiceId
Deprecated.
|
long |
timestampMillisecUTC
Deprecated.
|
| Constructor and Description |
|---|
SpeechRequestRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
String |
getPhrase()
Gets the value of the 'phrase' field.
|
String |
getRequestSourceId()
Gets the value of the 'requestSourceId' field.
|
org.apache.avro.Schema |
getSchema() |
String |
getSpeechServiceId()
Gets the value of the 'speechServiceId' field.
|
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field.
|
static SpeechRequestRecord.Builder |
newBuilder()
Creates a new SpeechRequestRecord RecordBuilder
|
static SpeechRequestRecord.Builder |
newBuilder(SpeechRequestRecord.Builder other)
Creates a new SpeechRequestRecord RecordBuilder by copying an existing Builder
|
static SpeechRequestRecord.Builder |
newBuilder(SpeechRequestRecord other)
Creates a new SpeechRequestRecord RecordBuilder by copying an existing SpeechRequestRecord instance
|
void |
put(int field$,
Object value$) |
void |
setPhrase(String value)
Sets the value of the 'phrase' field.
|
void |
setRequestSourceId(String value)
Sets the value of the 'requestSourceId' 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 String requestSourceId
@Deprecated public long timestampMillisecUTC
@Deprecated public String phrase
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 SpeechRequestpublic void setSpeechServiceId(String value)
value - the value to set.public String getRequestSourceId()
getRequestSourceId in interface SpeechRequestpublic void setRequestSourceId(String value)
value - the value to set.public Long getTimestampMillisecUTC()
getTimestampMillisecUTC in interface SpeechRequestpublic void setTimestampMillisecUTC(Long value)
value - the value to set.public String getPhrase()
getPhrase in interface SpeechRequestpublic void setPhrase(String value)
value - the value to set.public static SpeechRequestRecord.Builder newBuilder()
public static SpeechRequestRecord.Builder newBuilder(SpeechRequestRecord.Builder other)
public static SpeechRequestRecord.Builder newBuilder(SpeechRequestRecord other)
Copyright © 2011-2014. All Rights Reserved.