org.robokind.impl.speechrec
Class SpeechRecConfigRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.impl.speechrec.SpeechRecConfigRecord
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, SpeechRecConfig

public class SpeechRecConfigRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, SpeechRecConfig


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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

speechRecServiceId

@Deprecated
public String speechRecServiceId
Deprecated. 

configSourceId

@Deprecated
public String configSourceId
Deprecated. 

timestampMillisecUTC

@Deprecated
public long timestampMillisecUTC
Deprecated. 

vocabLocation

@Deprecated
public String vocabLocation
Deprecated. 
Constructor Detail

SpeechRecConfigRecord

public SpeechRecConfigRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getSpeechRecServiceId

public String getSpeechRecServiceId()
Gets the value of the 'speechRecServiceId' field.

Specified by:
getSpeechRecServiceId in interface SpeechRecConfig

setSpeechRecServiceId

public void setSpeechRecServiceId(String value)
Sets the value of the 'speechRecServiceId' field.

Parameters:
value - the value to set.

getConfigSourceId

public String getConfigSourceId()
Gets the value of the 'configSourceId' field.

Specified by:
getConfigSourceId in interface SpeechRecConfig

setConfigSourceId

public void setConfigSourceId(String value)
Sets the value of the 'configSourceId' field.

Parameters:
value - the value to set.

getTimestampMillisecUTC

public Long getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field.

Specified by:
getTimestampMillisecUTC in interface SpeechRecConfig

setTimestampMillisecUTC

public void setTimestampMillisecUTC(Long value)
Sets the value of the 'timestampMillisecUTC' field.

Parameters:
value - the value to set.

getVocabLocation

public String getVocabLocation()
Gets the value of the 'vocabLocation' field.

Specified by:
getVocabLocation in interface SpeechRecConfig

setVocabLocation

public void setVocabLocation(String value)
Sets the value of the 'vocabLocation' field.

Parameters:
value - the value to set.

newBuilder

public static SpeechRecConfigRecord.Builder newBuilder()
Creates a new SpeechRecConfigRecord RecordBuilder


newBuilder

public static SpeechRecConfigRecord.Builder newBuilder(SpeechRecConfigRecord.Builder other)
Creates a new SpeechRecConfigRecord RecordBuilder by copying an existing Builder


newBuilder

public static SpeechRecConfigRecord.Builder newBuilder(SpeechRecConfigRecord other)
Creates a new SpeechRecConfigRecord RecordBuilder by copying an existing SpeechRecConfigRecord instance



Copyright © 2011-2014. All Rights Reserved.