public static class SpeechEventRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<SpeechEventRecord> implements org.apache.avro.data.RecordBuilder<SpeechEventRecord>, org.jflux.api.core.Source<SpeechEventRecord>
| Modifier and Type | Method and Description |
|---|---|
SpeechEventRecord |
build() |
SpeechEventRecord.Builder |
clearCurrentData()
Clears the value of the 'currentData' field
|
SpeechEventRecord.Builder |
clearDuration()
Clears the value of the 'duration' field
|
SpeechEventRecord.Builder |
clearEventType()
Clears the value of the 'eventType' field
|
SpeechEventRecord.Builder |
clearNextData()
Clears the value of the 'nextData' field
|
SpeechEventRecord.Builder |
clearStreamNumber()
Clears the value of the 'streamNumber' field
|
SpeechEventRecord.Builder |
clearStringData()
Clears the value of the 'stringData' field
|
SpeechEventRecord.Builder |
clearTextLength()
Clears the value of the 'textLength' field
|
SpeechEventRecord.Builder |
clearTextPosition()
Clears the value of the 'textPosition' field
|
Integer |
getCurrentData()
Gets the value of the 'currentData' field
|
Integer |
getDuration()
Gets the value of the 'duration' field
|
String |
getEventType()
Gets the value of the 'eventType' field
|
Integer |
getNextData()
Gets the value of the 'nextData' field
|
Long |
getStreamNumber()
Gets the value of the 'streamNumber' field
|
String |
getStringData()
Gets the value of the 'stringData' field
|
Integer |
getTextLength()
Gets the value of the 'textLength' field
|
Integer |
getTextPosition()
Gets the value of the 'textPosition' field
|
SpeechEventRecord |
getValue() |
boolean |
hasCurrentData()
Checks whether the 'currentData' field has been set
|
boolean |
hasDuration()
Checks whether the 'duration' field has been set
|
boolean |
hasEventType()
Checks whether the 'eventType' field has been set
|
boolean |
hasNextData()
Checks whether the 'nextData' field has been set
|
boolean |
hasStreamNumber()
Checks whether the 'streamNumber' field has been set
|
boolean |
hasStringData()
Checks whether the 'stringData' field has been set
|
boolean |
hasTextLength()
Checks whether the 'textLength' field has been set
|
boolean |
hasTextPosition()
Checks whether the 'textPosition' field has been set
|
SpeechEventRecord.Builder |
setCurrentData(int value)
Sets the value of the 'currentData' field
|
SpeechEventRecord.Builder |
setDuration(int value)
Sets the value of the 'duration' field
|
SpeechEventRecord.Builder |
setEventType(String value)
Sets the value of the 'eventType' field
|
SpeechEventRecord.Builder |
setNextData(int value)
Sets the value of the 'nextData' field
|
SpeechEventRecord.Builder |
setStreamNumber(long value)
Sets the value of the 'streamNumber' field
|
SpeechEventRecord.Builder |
setStringData(String value)
Sets the value of the 'stringData' field
|
SpeechEventRecord.Builder |
setTextLength(int value)
Sets the value of the 'textLength' field
|
SpeechEventRecord.Builder |
setTextPosition(int value)
Sets the value of the 'textPosition' field
|
public String getEventType()
public SpeechEventRecord.Builder setEventType(String value)
public boolean hasEventType()
public SpeechEventRecord.Builder clearEventType()
public Long getStreamNumber()
public SpeechEventRecord.Builder setStreamNumber(long value)
public boolean hasStreamNumber()
public SpeechEventRecord.Builder clearStreamNumber()
public Integer getTextPosition()
public SpeechEventRecord.Builder setTextPosition(int value)
public boolean hasTextPosition()
public SpeechEventRecord.Builder clearTextPosition()
public Integer getTextLength()
public SpeechEventRecord.Builder setTextLength(int value)
public boolean hasTextLength()
public SpeechEventRecord.Builder clearTextLength()
public Integer getCurrentData()
public SpeechEventRecord.Builder setCurrentData(int value)
public boolean hasCurrentData()
public SpeechEventRecord.Builder clearCurrentData()
public Integer getNextData()
public SpeechEventRecord.Builder setNextData(int value)
public boolean hasNextData()
public SpeechEventRecord.Builder clearNextData()
public String getStringData()
public SpeechEventRecord.Builder setStringData(String value)
public boolean hasStringData()
public SpeechEventRecord.Builder clearStringData()
public Integer getDuration()
public SpeechEventRecord.Builder setDuration(int value)
public boolean hasDuration()
public SpeechEventRecord.Builder clearDuration()
public SpeechEventRecord build()
build in interface org.apache.avro.data.RecordBuilder<SpeechEventRecord>public SpeechEventRecord getValue()
getValue in interface org.jflux.api.core.Source<SpeechEventRecord>Copyright © 2011-2014. All Rights Reserved.