|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.audio.config.WavPlayerConnectionRecord
public class WavPlayerConnectionRecord
| Nested Class Summary | |
|---|---|
static class |
WavPlayerConnectionRecord.Builder
RecordBuilder for WavPlayerConnectionRecord instances. |
| Field Summary | |
|---|---|
java.lang.String |
brokerAddress
Deprecated. |
java.lang.String |
connectionOptions
Deprecated. |
java.lang.String |
eventDestination
Deprecated. |
java.lang.String |
playerCommand
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
java.lang.String |
wavPlayerId
Deprecated. |
| Constructor Summary | |
|---|---|
WavPlayerConnectionRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.String |
getBrokerAddress()
Gets the value of the 'brokerAddress' field. |
java.lang.String |
getConnectionOptions()
Gets the value of the 'connectionOptions' field. |
java.lang.String |
getEventDestination()
Gets the value of the 'eventDestination' field. |
java.lang.String |
getPlayerCommand()
Gets the value of the 'playerCommand' field. |
org.apache.avro.Schema |
getSchema()
|
java.lang.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$,
java.lang.Object value$)
|
void |
setBrokerAddress(java.lang.String value)
Sets the value of the 'brokerAddress' field. |
void |
setConnectionOptions(java.lang.String value)
Sets the value of the 'connectionOptions' field. |
void |
setEventDestination(java.lang.String value)
Sets the value of the 'eventDestination' field. |
void |
setPlayerCommand(java.lang.String value)
Sets the value of the 'playerCommand' field. |
void |
setWavPlayerId(java.lang.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 java.lang.String brokerAddress
@Deprecated public java.lang.String connectionOptions
@Deprecated public java.lang.String eventDestination
@Deprecated public java.lang.String wavPlayerId
@Deprecated public java.lang.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 java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getBrokerAddress()
getBrokerAddress in interface WavPlayerConnectionpublic void setBrokerAddress(java.lang.String value)
value - the value to set.public java.lang.String getConnectionOptions()
getConnectionOptions in interface WavPlayerConnectionpublic void setConnectionOptions(java.lang.String value)
value - the value to set.public java.lang.String getEventDestination()
getEventDestination in interface WavPlayerConnectionpublic void setEventDestination(java.lang.String value)
value - the value to set.public java.lang.String getWavPlayerId()
getWavPlayerId in interface WavPlayerConnectionpublic void setWavPlayerId(java.lang.String value)
value - the value to set.public java.lang.String getPlayerCommand()
public void setPlayerCommand(java.lang.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 | |||||||||