|
||||||||||
| 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.robokind.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 |
Long |
getStartDelayMillisec()
Gets the value of the 'startDelayMillisec' field |
Long |
getStartTimeMicrosec()
Gets the value of the 'startTimeMicrosec' field |
Long |
getStopTimeMicrosec()
Gets the value of the 'stopTimeMicrosec' field |
WavPlayerConfigRecord |
getValue()
|
String |
getWavLocation()
Gets the value of the 'wavLocation' field |
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(String value)
Sets the value of the 'wavLocation' field |
WavPlayerConfigRecord.Builder |
setWavPlayerId(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 String getWavPlayerId()
public WavPlayerConfigRecord.Builder setWavPlayerId(String value)
public boolean hasWavPlayerId()
public WavPlayerConfigRecord.Builder clearWavPlayerId()
public String getWavLocation()
public WavPlayerConfigRecord.Builder setWavLocation(String value)
public boolean hasWavLocation()
public WavPlayerConfigRecord.Builder clearWavLocation()
public Long getStartTimeMicrosec()
public WavPlayerConfigRecord.Builder setStartTimeMicrosec(long value)
public boolean hasStartTimeMicrosec()
public WavPlayerConfigRecord.Builder clearStartTimeMicrosec()
public Long getStopTimeMicrosec()
public WavPlayerConfigRecord.Builder setStopTimeMicrosec(long value)
public boolean hasStopTimeMicrosec()
public WavPlayerConfigRecord.Builder clearStopTimeMicrosec()
public 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 | |||||||||