|
|||||||||
| 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.speechrec.SpeechRecConfigRecord
public class SpeechRecConfigRecord
| Nested Class Summary | |
|---|---|
static class |
SpeechRecConfigRecord.Builder
RecordBuilder for SpeechRecConfigRecord instances. |
| Field Summary | |
|---|---|
String |
configSourceId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
String |
speechRecServiceId
Deprecated. |
long |
timestampMillisecUTC
Deprecated. |
String |
vocabLocation
Deprecated. |
| Constructor Summary | |
|---|---|
SpeechRecConfigRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
String |
getConfigSourceId()
Gets the value of the 'configSourceId' field. |
org.apache.avro.Schema |
getSchema()
|
String |
getSpeechRecServiceId()
Gets the value of the 'speechRecServiceId' field. |
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field. |
String |
getVocabLocation()
Gets the value of the 'vocabLocation' field. |
static SpeechRecConfigRecord.Builder |
newBuilder()
Creates a new SpeechRecConfigRecord RecordBuilder |
static SpeechRecConfigRecord.Builder |
newBuilder(SpeechRecConfigRecord.Builder other)
Creates a new SpeechRecConfigRecord RecordBuilder by copying an existing Builder |
static SpeechRecConfigRecord.Builder |
newBuilder(SpeechRecConfigRecord other)
Creates a new SpeechRecConfigRecord RecordBuilder by copying an existing SpeechRecConfigRecord instance |
void |
put(int field$,
Object value$)
|
void |
setConfigSourceId(String value)
Sets the value of the 'configSourceId' field. |
void |
setSpeechRecServiceId(String value)
Sets the value of the 'speechRecServiceId' field. |
void |
setTimestampMillisecUTC(Long value)
Sets the value of the 'timestampMillisecUTC' field. |
void |
setVocabLocation(String value)
Sets the value of the 'vocabLocation' 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 configSourceId
@Deprecated public long timestampMillisecUTC
@Deprecated public String vocabLocation
| Constructor Detail |
|---|
public SpeechRecConfigRecord()
| 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 SpeechRecConfigpublic void setSpeechRecServiceId(String value)
value - the value to set.public String getConfigSourceId()
getConfigSourceId in interface SpeechRecConfigpublic void setConfigSourceId(String value)
value - the value to set.public Long getTimestampMillisecUTC()
getTimestampMillisecUTC in interface SpeechRecConfigpublic void setTimestampMillisecUTC(Long value)
value - the value to set.public String getVocabLocation()
getVocabLocation in interface SpeechRecConfigpublic void setVocabLocation(String value)
value - the value to set.public static SpeechRecConfigRecord.Builder newBuilder()
public static SpeechRecConfigRecord.Builder newBuilder(SpeechRecConfigRecord.Builder other)
public static SpeechRecConfigRecord.Builder newBuilder(SpeechRecConfigRecord other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||