public static class WavPlayerConnectionRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<WavPlayerConnectionRecord> implements org.apache.avro.data.RecordBuilder<WavPlayerConnectionRecord>, org.jflux.api.core.Source<WavPlayerConnectionRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
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>Copyright © 2011-2014. All Rights Reserved.