|
||||||||||
| 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<WavPlayerConnectionRecord>
org.robokind.impl.audio.config.WavPlayerConnectionRecord.Builder
public static class WavPlayerConnectionRecord.Builder
RecordBuilder for WavPlayerConnectionRecord instances.
| Method Summary | |
|---|---|
WavPlayerConnectionRecord |
build()
|
WavPlayerConnectionRecord.Builder |
clearBrokerAddress()
Clears the value of the 'brokerAddress' field |
WavPlayerConnectionRecord.Builder |
clearConnectionOptions()
Clears the value of the 'connectionOptions' field |
WavPlayerConnectionRecord.Builder |
clearEventDestination()
Clears the value of the 'eventDestination' field |
WavPlayerConnectionRecord.Builder |
clearPlayerCommand()
Clears the value of the 'playerCommand' field |
WavPlayerConnectionRecord.Builder |
clearWavPlayerId()
Clears the value of the 'wavPlayerId' field |
String |
getBrokerAddress()
Gets the value of the 'brokerAddress' field |
String |
getConnectionOptions()
Gets the value of the 'connectionOptions' field |
String |
getEventDestination()
Gets the value of the 'eventDestination' field |
String |
getPlayerCommand()
Gets the value of the 'playerCommand' field |
WavPlayerConnectionRecord |
getValue()
|
String |
getWavPlayerId()
Gets the value of the 'wavPlayerId' field |
boolean |
hasBrokerAddress()
Checks whether the 'brokerAddress' field has been set |
boolean |
hasConnectionOptions()
Checks whether the 'connectionOptions' field has been set |
boolean |
hasEventDestination()
Checks whether the 'eventDestination' field has been set |
boolean |
hasPlayerCommand()
Checks whether the 'playerCommand' field has been set |
boolean |
hasWavPlayerId()
Checks whether the 'wavPlayerId' field has been set |
WavPlayerConnectionRecord.Builder |
setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field |
WavPlayerConnectionRecord.Builder |
setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field |
WavPlayerConnectionRecord.Builder |
setEventDestination(String value)
Sets the value of the 'eventDestination' field |
WavPlayerConnectionRecord.Builder |
setPlayerCommand(String value)
Sets the value of the 'playerCommand' field |
WavPlayerConnectionRecord.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 getBrokerAddress()
public WavPlayerConnectionRecord.Builder setBrokerAddress(String value)
public boolean hasBrokerAddress()
public WavPlayerConnectionRecord.Builder clearBrokerAddress()
public String getConnectionOptions()
public WavPlayerConnectionRecord.Builder setConnectionOptions(String value)
public boolean hasConnectionOptions()
public WavPlayerConnectionRecord.Builder clearConnectionOptions()
public String getEventDestination()
public WavPlayerConnectionRecord.Builder setEventDestination(String value)
public boolean hasEventDestination()
public WavPlayerConnectionRecord.Builder clearEventDestination()
public String getWavPlayerId()
public WavPlayerConnectionRecord.Builder setWavPlayerId(String value)
public boolean hasWavPlayerId()
public WavPlayerConnectionRecord.Builder clearWavPlayerId()
public String getPlayerCommand()
public WavPlayerConnectionRecord.Builder setPlayerCommand(String value)
public boolean hasPlayerCommand()
public WavPlayerConnectionRecord.Builder clearPlayerCommand()
public WavPlayerConnectionRecord build()
build in interface org.apache.avro.data.RecordBuilder<WavPlayerConnectionRecord>public WavPlayerConnectionRecord getValue()
getValue in interface org.jflux.api.core.Source<WavPlayerConnectionRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||