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