org.robokind.impl.audio.config
Class WavPlayerConfigRecord

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

public class WavPlayerConfigRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, WavPlayerConfig


Nested Class Summary
static class WavPlayerConfigRecord.Builder
          RecordBuilder for WavPlayerConfigRecord instances.
 
Field Summary
static org.apache.avro.Schema SCHEMA$
           
 long startDelayMillisec
          Deprecated. 
 long startTimeMicrosec
          Deprecated. 
 long stopTimeMicrosec
          Deprecated. 
 String wavLocation
          Deprecated. 
 String wavPlayerId
          Deprecated. 
 
Constructor Summary
WavPlayerConfigRecord()
           
 
Method Summary
 Object get(int field$)
           
 org.apache.avro.Schema getSchema()
           
 Long getStartDelayMillisec()
          Gets the value of the 'startDelayMillisec' field.
 Long getStartTimeMicrosec()
          Gets the value of the 'startTimeMicrosec' field.
 Long getStopTimeMicrosec()
          Gets the value of the 'stopTimeMicrosec' field.
 String getWavLocation()
          Gets the value of the 'wavLocation' field.
 String getWavPlayerId()
          Gets the value of the 'wavPlayerId' field.
static WavPlayerConfigRecord.Builder newBuilder()
          Creates a new WavPlayerConfigRecord RecordBuilder
static WavPlayerConfigRecord.Builder newBuilder(WavPlayerConfigRecord.Builder other)
          Creates a new WavPlayerConfigRecord RecordBuilder by copying an existing Builder
static WavPlayerConfigRecord.Builder newBuilder(WavPlayerConfigRecord other)
          Creates a new WavPlayerConfigRecord RecordBuilder by copying an existing WavPlayerConfigRecord instance
 void put(int field$, Object value$)
           
 void setStartDelayMillisec(Long value)
          Sets the value of the 'startDelayMillisec' field.
 void setStartTimeMicrosec(Long value)
          Sets the value of the 'startTimeMicrosec' field.
 void setStopTimeMicrosec(Long value)
          Sets the value of the 'stopTimeMicrosec' field.
 void setWavLocation(String value)
          Sets the value of the 'wavLocation' 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$

wavPlayerId

@Deprecated
public String wavPlayerId
Deprecated. 

wavLocation

@Deprecated
public String wavLocation
Deprecated. 

startTimeMicrosec

@Deprecated
public long startTimeMicrosec
Deprecated. 

stopTimeMicrosec

@Deprecated
public long stopTimeMicrosec
Deprecated. 

startDelayMillisec

@Deprecated
public long startDelayMillisec
Deprecated. 
Constructor Detail

WavPlayerConfigRecord

public WavPlayerConfigRecord()
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

getWavPlayerId

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

Specified by:
getWavPlayerId in interface WavPlayerConfig

setWavPlayerId

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

Parameters:
value - the value to set.

getWavLocation

public String getWavLocation()
Gets the value of the 'wavLocation' field.

Specified by:
getWavLocation in interface WavPlayerConfig

setWavLocation

public void setWavLocation(String value)
Sets the value of the 'wavLocation' field.

Parameters:
value - the value to set.

getStartTimeMicrosec

public Long getStartTimeMicrosec()
Gets the value of the 'startTimeMicrosec' field.

Specified by:
getStartTimeMicrosec in interface WavPlayerConfig

setStartTimeMicrosec

public void setStartTimeMicrosec(Long value)
Sets the value of the 'startTimeMicrosec' field.

Parameters:
value - the value to set.

getStopTimeMicrosec

public Long getStopTimeMicrosec()
Gets the value of the 'stopTimeMicrosec' field.

Specified by:
getStopTimeMicrosec in interface WavPlayerConfig

setStopTimeMicrosec

public void setStopTimeMicrosec(Long value)
Sets the value of the 'stopTimeMicrosec' field.

Parameters:
value - the value to set.

getStartDelayMillisec

public Long getStartDelayMillisec()
Gets the value of the 'startDelayMillisec' field.

Specified by:
getStartDelayMillisec in interface WavPlayerConfig

setStartDelayMillisec

public void setStartDelayMillisec(Long value)
Sets the value of the 'startDelayMillisec' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2013. All Rights Reserved.