|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.speech.SpeechRequestRecord
public class SpeechRequestRecord
| Nested Class Summary | |
|---|---|
static class |
SpeechRequestRecord.Builder
RecordBuilder for SpeechRequestRecord instances. |
| Field Summary | |
|---|---|
java.lang.String |
phrase
Deprecated. |
java.lang.String |
requestSourceId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
java.lang.String |
speechServiceId
Deprecated. |
long |
timestampMillisecUTC
Deprecated. |
| Constructor Summary | |
|---|---|
SpeechRequestRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.String |
getPhrase()
Gets the value of the 'phrase' field. |
java.lang.String |
getRequestSourceId()
Gets the value of the 'requestSourceId' field. |
org.apache.avro.Schema |
getSchema()
|
java.lang.String |
getSpeechServiceId()
Gets the value of the 'speechServiceId' field. |
java.lang.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$,
java.lang.Object value$)
|
void |
setPhrase(java.lang.String value)
Sets the value of the 'phrase' field. |
void |
setRequestSourceId(java.lang.String value)
Sets the value of the 'requestSourceId' field. |
void |
setSpeechServiceId(java.lang.String value)
Sets the value of the 'speechServiceId' field. |
void |
setTimestampMillisecUTC(java.lang.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 java.lang.String speechServiceId
@Deprecated public java.lang.String requestSourceId
@Deprecated public long timestampMillisecUTC
@Deprecated public java.lang.String phrase
| Constructor Detail |
|---|
public SpeechRequestRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getSpeechServiceId()
getSpeechServiceId in interface SpeechRequestpublic void setSpeechServiceId(java.lang.String value)
value - the value to set.public java.lang.String getRequestSourceId()
getRequestSourceId in interface SpeechRequestpublic void setRequestSourceId(java.lang.String value)
value - the value to set.public java.lang.Long getTimestampMillisecUTC()
getTimestampMillisecUTC in interface SpeechRequestpublic void setTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public java.lang.String getPhrase()
getPhrase in interface SpeechRequestpublic void setPhrase(java.lang.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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||