org.robokind.impl.audio.config
Class WavPlayerConnectionRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.impl.audio.config.WavPlayerConnectionRecord
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, WavPlayerConnection

public class WavPlayerConnectionRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, WavPlayerConnection


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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

brokerAddress

@Deprecated
public String brokerAddress
Deprecated. 

connectionOptions

@Deprecated
public String connectionOptions
Deprecated. 

eventDestination

@Deprecated
public String eventDestination
Deprecated. 

wavPlayerId

@Deprecated
public String wavPlayerId
Deprecated. 

playerCommand

@Deprecated
public String playerCommand
Deprecated. 
Constructor Detail

WavPlayerConnectionRecord

public WavPlayerConnectionRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getBrokerAddress

public String getBrokerAddress()
Gets the value of the 'brokerAddress' field.

Specified by:
getBrokerAddress in interface WavPlayerConnection

setBrokerAddress

public void setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field.

Parameters:
value - the value to set.

getConnectionOptions

public String getConnectionOptions()
Gets the value of the 'connectionOptions' field.

Specified by:
getConnectionOptions in interface WavPlayerConnection

setConnectionOptions

public void setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field.

Parameters:
value - the value to set.

getEventDestination

public String getEventDestination()
Gets the value of the 'eventDestination' field.

Specified by:
getEventDestination in interface WavPlayerConnection

setEventDestination

public void setEventDestination(String value)
Sets the value of the 'eventDestination' field.

Parameters:
value - the value to set.

getWavPlayerId

public String getWavPlayerId()
Gets the value of the 'wavPlayerId' field.

Specified by:
getWavPlayerId in interface WavPlayerConnection

setWavPlayerId

public void setWavPlayerId(String value)
Sets the value of the 'wavPlayerId' field.

Parameters:
value - the value to set.

getPlayerCommand

public String getPlayerCommand()
Gets the value of the 'playerCommand' field.


setPlayerCommand

public void setPlayerCommand(String value)
Sets the value of the 'playerCommand' field.

Parameters:
value - the value to set.

newBuilder

public static WavPlayerConnectionRecord.Builder newBuilder()
Creates a new WavPlayerConnectionRecord RecordBuilder


newBuilder

public static WavPlayerConnectionRecord.Builder newBuilder(WavPlayerConnectionRecord.Builder other)
Creates a new WavPlayerConnectionRecord RecordBuilder by copying an existing Builder


newBuilder

public static WavPlayerConnectionRecord.Builder newBuilder(WavPlayerConnectionRecord other)
Creates a new WavPlayerConnectionRecord RecordBuilder by copying an existing WavPlayerConnectionRecord instance



Copyright © 2011-2014. All Rights Reserved.