org.mechio.impl.speechrec
Class SpeechRecEventListRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.speechrec.SpeechRecEventListRecord
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, SpeechRecEventList<SpeechRecEventRecord>

public class SpeechRecEventListRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, SpeechRecEventList<SpeechRecEventRecord>


Nested Class Summary
static class SpeechRecEventListRecord.Builder
          RecordBuilder for SpeechRecEventListRecord instances.
 
Field Summary
 String eventDestinationId
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 List<SpeechRecEventRecord> speechRecEvents
          Deprecated. 
 String speechRecServiceId
          Deprecated. 
 long timestampMillisecUTC
          Deprecated. 
 
Constructor Summary
SpeechRecEventListRecord()
           
 
Method Summary
 Object get(int field$)
           
 String getEventDestinationId()
          Gets the value of the 'eventDestinationId' field.
 org.apache.avro.Schema getSchema()
           
 List<SpeechRecEventRecord> getSpeechRecEvents()
          Gets the value of the 'speechRecEvents' field.
 String getSpeechRecServiceId()
          Gets the value of the 'speechRecServiceId' field.
 Long getTimestampMillisecUTC()
          Gets the value of the 'timestampMillisecUTC' field.
static SpeechRecEventListRecord.Builder newBuilder()
          Creates a new SpeechRecEventListRecord RecordBuilder
static SpeechRecEventListRecord.Builder newBuilder(SpeechRecEventListRecord.Builder other)
          Creates a new SpeechRecEventListRecord RecordBuilder by copying an existing Builder
static SpeechRecEventListRecord.Builder newBuilder(SpeechRecEventListRecord other)
          Creates a new SpeechRecEventListRecord RecordBuilder by copying an existing SpeechRecEventListRecord instance
 void put(int field$, Object value$)
           
 void setEventDestinationId(String value)
          Sets the value of the 'eventDestinationId' field.
 void setSpeechRecEvents(List<SpeechRecEventRecord> value)
          Sets the value of the 'speechRecEvents' field.
 void setSpeechRecServiceId(String value)
          Sets the value of the 'speechRecServiceId' 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$

speechRecServiceId

@Deprecated
public String speechRecServiceId
Deprecated. 

eventDestinationId

@Deprecated
public String eventDestinationId
Deprecated. 

timestampMillisecUTC

@Deprecated
public long timestampMillisecUTC
Deprecated. 

speechRecEvents

@Deprecated
public List<SpeechRecEventRecord> speechRecEvents
Deprecated. 
Constructor Detail

SpeechRecEventListRecord

public SpeechRecEventListRecord()
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 SpeechRecEventList<SpeechRecEventRecord>

setSpeechRecServiceId

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

Parameters:
value - the value to set.

getEventDestinationId

public String getEventDestinationId()
Gets the value of the 'eventDestinationId' field.

Specified by:
getEventDestinationId in interface SpeechRecEventList<SpeechRecEventRecord>

setEventDestinationId

public void setEventDestinationId(String value)
Sets the value of the 'eventDestinationId' field.

Parameters:
value - the value to set.

getTimestampMillisecUTC

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

Specified by:
getTimestampMillisecUTC in interface SpeechRecEventList<SpeechRecEventRecord>

setTimestampMillisecUTC

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

Parameters:
value - the value to set.

getSpeechRecEvents

public List<SpeechRecEventRecord> getSpeechRecEvents()
Gets the value of the 'speechRecEvents' field.

Specified by:
getSpeechRecEvents in interface SpeechRecEventList<SpeechRecEventRecord>

setSpeechRecEvents

public void setSpeechRecEvents(List<SpeechRecEventRecord> value)
Sets the value of the 'speechRecEvents' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2014. All Rights Reserved.