org.robokind.impl.speechrec
Class SpeechRecEventListRecord.Builder

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<SpeechRecEventListRecord>
          extended by org.robokind.impl.speechrec.SpeechRecEventListRecord.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<SpeechRecEventListRecord>, org.jflux.api.core.Source<SpeechRecEventListRecord>
Enclosing class:
SpeechRecEventListRecord

public static class SpeechRecEventListRecord.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<SpeechRecEventListRecord>
implements org.apache.avro.data.RecordBuilder<SpeechRecEventListRecord>, org.jflux.api.core.Source<SpeechRecEventListRecord>

RecordBuilder for SpeechRecEventListRecord instances.


Method Summary
 SpeechRecEventListRecord build()
           
 SpeechRecEventListRecord.Builder clearEventDestinationId()
          Clears the value of the 'eventDestinationId' field
 SpeechRecEventListRecord.Builder clearSpeechRecEvents()
          Clears the value of the 'speechRecEvents' field
 SpeechRecEventListRecord.Builder clearSpeechRecServiceId()
          Clears the value of the 'speechRecServiceId' field
 SpeechRecEventListRecord.Builder clearTimestampMillisecUTC()
          Clears the value of the 'timestampMillisecUTC' field
 String getEventDestinationId()
          Gets the value of the 'eventDestinationId' field
 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
 SpeechRecEventListRecord getValue()
           
 boolean hasEventDestinationId()
          Checks whether the 'eventDestinationId' field has been set
 boolean hasSpeechRecEvents()
          Checks whether the 'speechRecEvents' field has been set
 boolean hasSpeechRecServiceId()
          Checks whether the 'speechRecServiceId' field has been set
 boolean hasTimestampMillisecUTC()
          Checks whether the 'timestampMillisecUTC' field has been set
 SpeechRecEventListRecord.Builder setEventDestinationId(String value)
          Sets the value of the 'eventDestinationId' field
 SpeechRecEventListRecord.Builder setSpeechRecEvents(List<SpeechRecEventRecord> value)
          Sets the value of the 'speechRecEvents' field
 SpeechRecEventListRecord.Builder setSpeechRecServiceId(String value)
          Sets the value of the 'speechRecServiceId' field
 SpeechRecEventListRecord.Builder setTimestampMillisecUTC(long value)
          Sets the value of the 'timestampMillisecUTC' field
 
Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSpeechRecServiceId

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


setSpeechRecServiceId

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


hasSpeechRecServiceId

public boolean hasSpeechRecServiceId()
Checks whether the 'speechRecServiceId' field has been set


clearSpeechRecServiceId

public SpeechRecEventListRecord.Builder clearSpeechRecServiceId()
Clears the value of the 'speechRecServiceId' field


getEventDestinationId

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


setEventDestinationId

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


hasEventDestinationId

public boolean hasEventDestinationId()
Checks whether the 'eventDestinationId' field has been set


clearEventDestinationId

public SpeechRecEventListRecord.Builder clearEventDestinationId()
Clears the value of the 'eventDestinationId' field


getTimestampMillisecUTC

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


setTimestampMillisecUTC

public SpeechRecEventListRecord.Builder setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field


hasTimestampMillisecUTC

public boolean hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set


clearTimestampMillisecUTC

public SpeechRecEventListRecord.Builder clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field


getSpeechRecEvents

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


setSpeechRecEvents

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


hasSpeechRecEvents

public boolean hasSpeechRecEvents()
Checks whether the 'speechRecEvents' field has been set


clearSpeechRecEvents

public SpeechRecEventListRecord.Builder clearSpeechRecEvents()
Clears the value of the 'speechRecEvents' field


build

public SpeechRecEventListRecord build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<SpeechRecEventListRecord>

getValue

public SpeechRecEventListRecord getValue()
Specified by:
getValue in interface org.jflux.api.core.Source<SpeechRecEventListRecord>


Copyright © 2011-2014. All Rights Reserved.