org.robokind.impl.speech
Class SpeechEventListRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.impl.speech.SpeechEventListRecord
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, SpeechEventList<SpeechEventRecord>

public class SpeechEventListRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, SpeechEventList<SpeechEventRecord>


Nested Class Summary
static class SpeechEventListRecord.Builder
          RecordBuilder for SpeechEventListRecord instances.
 
Field Summary
static org.apache.avro.Schema SCHEMA$
           
 List<SpeechEventRecord> speechEvents
          Deprecated. 
 String speechServiceId
          Deprecated. 
 long timestampMillisecUTC
          Deprecated. 
 
Constructor Summary
SpeechEventListRecord()
           
 
Method Summary
 Object get(int field$)
           
 org.apache.avro.Schema getSchema()
           
 List<SpeechEventRecord> getSpeechEvents()
          Gets the value of the 'speechEvents' field.
 String getSpeechServiceId()
          Gets the value of the 'speechServiceId' field.
 Long getTimestampMillisecUTC()
          Gets the value of the 'timestampMillisecUTC' field.
static SpeechEventListRecord.Builder newBuilder()
          Creates a new SpeechEventListRecord RecordBuilder
static SpeechEventListRecord.Builder newBuilder(SpeechEventListRecord.Builder other)
          Creates a new SpeechEventListRecord RecordBuilder by copying an existing Builder
static SpeechEventListRecord.Builder newBuilder(SpeechEventListRecord other)
          Creates a new SpeechEventListRecord RecordBuilder by copying an existing SpeechEventListRecord instance
 void put(int field$, Object value$)
           
 void setSpeechEvents(List<SpeechEventRecord> value)
          Sets the value of the 'speechEvents' field.
 void setSpeechServiceId(String value)
          Sets the value of the 'speechServiceId' field.
 void setTimestampMillisecUTC(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

SCHEMA$

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

speechServiceId

@Deprecated
public String speechServiceId
Deprecated. 

timestampMillisecUTC

@Deprecated
public long timestampMillisecUTC
Deprecated. 

speechEvents

@Deprecated
public List<SpeechEventRecord> speechEvents
Deprecated. 
Constructor Detail

SpeechEventListRecord

public SpeechEventListRecord()
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

getSpeechServiceId

public String getSpeechServiceId()
Gets the value of the 'speechServiceId' field.

Specified by:
getSpeechServiceId in interface SpeechEventList<SpeechEventRecord>

setSpeechServiceId

public void setSpeechServiceId(String value)
Sets the value of the 'speechServiceId' field.

Parameters:
value - the value to set.

getTimestampMillisecUTC

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

Specified by:
getTimestampMillisecUTC in interface SpeechEventList<SpeechEventRecord>

setTimestampMillisecUTC

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

Parameters:
value - the value to set.

getSpeechEvents

public List<SpeechEventRecord> getSpeechEvents()
Gets the value of the 'speechEvents' field.

Specified by:
getSpeechEvents in interface SpeechEventList<SpeechEventRecord>

setSpeechEvents

public void setSpeechEvents(List<SpeechEventRecord> value)
Sets the value of the 'speechEvents' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2013. All Rights Reserved.