|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.robokind.impl.audio.config.WavPlayerConnectionRecord
public class WavPlayerConnectionRecord
| Nested Class Summary | |
|---|---|
static class |
WavPlayerConnectionRecord.Builder
RecordBuilder for WavPlayerConnectionRecord instances. |
| Field Summary | |
|---|---|
String |
brokerAddress
Deprecated. |
String |
connectionOptions
Deprecated. |
String |
eventDestination
Deprecated. |
String |
playerCommand
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
String |
wavPlayerId
Deprecated. |
| Constructor Summary | |
|---|---|
WavPlayerConnectionRecord()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public WavPlayerConnectionRecord()
| Method Detail |
|---|
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.SpecificRecordBase
public 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||