public class WavPlayerConnectionRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, WavPlayerConnection
| Modifier and Type | Class and Description |
|---|---|
static class |
WavPlayerConnectionRecord.Builder
RecordBuilder for WavPlayerConnectionRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
brokerAddress
Deprecated.
|
String |
connectionOptions
Deprecated.
|
String |
eventDestination
Deprecated.
|
String |
playerCommand
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
String |
wavPlayerId
Deprecated.
|
| Constructor and Description |
|---|
WavPlayerConnectionRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int 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.
|
org.apache.avro.Schema |
getSchema() |
String |
getWavPlayerId()
Gets the value of the 'wavPlayerId' field.
|
static WavPlayerConnectionRecord.Builder |
newBuilder()
Creates a new WavPlayerConnectionRecord RecordBuilder
|
static WavPlayerConnectionRecord.Builder |
newBuilder(WavPlayerConnectionRecord.Builder other)
Creates a new WavPlayerConnectionRecord RecordBuilder by copying an existing Builder
|
static WavPlayerConnectionRecord.Builder |
newBuilder(WavPlayerConnectionRecord other)
Creates a new WavPlayerConnectionRecord RecordBuilder by copying an existing WavPlayerConnectionRecord instance
|
void |
put(int field$,
Object value$) |
void |
setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field.
|
void |
setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field.
|
void |
setEventDestination(String value)
Sets the value of the 'eventDestination' field.
|
void |
setPlayerCommand(String value)
Sets the value of the 'playerCommand' field.
|
void |
setWavPlayerId(String value)
Sets the value of the 'wavPlayerId' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String brokerAddress
@Deprecated public String connectionOptions
@Deprecated public String eventDestination
@Deprecated public String wavPlayerId
@Deprecated public String playerCommand
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getBrokerAddress()
getBrokerAddress in interface WavPlayerConnectionpublic void setBrokerAddress(String value)
value - the value to set.public String getConnectionOptions()
getConnectionOptions in interface WavPlayerConnectionpublic void setConnectionOptions(String value)
value - the value to set.public String getEventDestination()
getEventDestination in interface WavPlayerConnectionpublic void setEventDestination(String value)
value - the value to set.public String getWavPlayerId()
getWavPlayerId in interface WavPlayerConnectionpublic void setWavPlayerId(String value)
value - the value to set.public String getPlayerCommand()
public void setPlayerCommand(String value)
value - the value to set.public static WavPlayerConnectionRecord.Builder newBuilder()
public static WavPlayerConnectionRecord.Builder newBuilder(WavPlayerConnectionRecord.Builder other)
public static WavPlayerConnectionRecord.Builder newBuilder(WavPlayerConnectionRecord other)
Copyright © 2011-2014. All Rights Reserved.