|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<WavPlayerConfigRecord>
org.mechio.impl.audio.config.WavPlayerConfigRecord.Builder
public static class WavPlayerConfigRecord.Builder
RecordBuilder for WavPlayerConfigRecord instances.
| Method Summary | |
|---|---|
WavPlayerConfigRecord |
build()
|
WavPlayerConfigRecord.Builder |
clearStartDelayMillisec()
Clears the value of the 'startDelayMillisec' field |
WavPlayerConfigRecord.Builder |
clearStartTimeMicrosec()
Clears the value of the 'startTimeMicrosec' field |
WavPlayerConfigRecord.Builder |
clearStopTimeMicrosec()
Clears the value of the 'stopTimeMicrosec' field |
WavPlayerConfigRecord.Builder |
clearWavLocation()
Clears the value of the 'wavLocation' field |
WavPlayerConfigRecord.Builder |
clearWavPlayerId()
Clears the value of the 'wavPlayerId' field |
java.lang.Long |
getStartDelayMillisec()
Gets the value of the 'startDelayMillisec' field |
java.lang.Long |
getStartTimeMicrosec()
Gets the value of the 'startTimeMicrosec' field |
java.lang.Long |
getStopTimeMicrosec()
Gets the value of the 'stopTimeMicrosec' field |
WavPlayerConfigRecord |
getValue()
|
java.lang.String |
getWavLocation()
Gets the value of the 'wavLocation' field |
java.lang.String |
getWavPlayerId()
Gets the value of the 'wavPlayerId' field |
boolean |
hasStartDelayMillisec()
Checks whether the 'startDelayMillisec' field has been set |
boolean |
hasStartTimeMicrosec()
Checks whether the 'startTimeMicrosec' field has been set |
boolean |
hasStopTimeMicrosec()
Checks whether the 'stopTimeMicrosec' field has been set |
boolean |
hasWavLocation()
Checks whether the 'wavLocation' field has been set |
boolean |
hasWavPlayerId()
Checks whether the 'wavPlayerId' field has been set |
WavPlayerConfigRecord.Builder |
setStartDelayMillisec(long value)
Sets the value of the 'startDelayMillisec' field |
WavPlayerConfigRecord.Builder |
setStartTimeMicrosec(long value)
Sets the value of the 'startTimeMicrosec' field |
WavPlayerConfigRecord.Builder |
setStopTimeMicrosec(long value)
Sets the value of the 'stopTimeMicrosec' field |
WavPlayerConfigRecord.Builder |
setWavLocation(java.lang.String value)
Sets the value of the 'wavLocation' field |
WavPlayerConfigRecord.Builder |
setWavPlayerId(java.lang.String value)
Sets the value of the 'wavPlayerId' 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 |
|---|
public java.lang.String getWavPlayerId()
public WavPlayerConfigRecord.Builder setWavPlayerId(java.lang.String value)
public boolean hasWavPlayerId()
public WavPlayerConfigRecord.Builder clearWavPlayerId()
public java.lang.String getWavLocation()
public WavPlayerConfigRecord.Builder setWavLocation(java.lang.String value)
public boolean hasWavLocation()
public WavPlayerConfigRecord.Builder clearWavLocation()
public java.lang.Long getStartTimeMicrosec()
public WavPlayerConfigRecord.Builder setStartTimeMicrosec(long value)
public boolean hasStartTimeMicrosec()
public WavPlayerConfigRecord.Builder clearStartTimeMicrosec()
public java.lang.Long getStopTimeMicrosec()
public WavPlayerConfigRecord.Builder setStopTimeMicrosec(long value)
public boolean hasStopTimeMicrosec()
public WavPlayerConfigRecord.Builder clearStopTimeMicrosec()
public java.lang.Long getStartDelayMillisec()
public WavPlayerConfigRecord.Builder setStartDelayMillisec(long value)
public boolean hasStartDelayMillisec()
public WavPlayerConfigRecord.Builder clearStartDelayMillisec()
public WavPlayerConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<WavPlayerConfigRecord>public WavPlayerConfigRecord getValue()
getValue in interface org.jflux.api.core.Source<WavPlayerConfigRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||