public class WavPlayerConfigRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, WavPlayerConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
WavPlayerConfigRecord.Builder
RecordBuilder for WavPlayerConfigRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Schema |
SCHEMA$ |
long |
startDelayMillisec
Deprecated.
|
long |
startTimeMicrosec
Deprecated.
|
long |
stopTimeMicrosec
Deprecated.
|
String |
wavLocation
Deprecated.
|
String |
wavPlayerId
Deprecated.
|
| Constructor and Description |
|---|
WavPlayerConfigRecord() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String wavPlayerId
@Deprecated public String wavLocation
@Deprecated public long startTimeMicrosec
@Deprecated public long stopTimeMicrosec
@Deprecated public long startDelayMillisec
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 getWavPlayerId()
getWavPlayerId in interface WavPlayerConfigpublic void setWavPlayerId(String value)
value - the value to set.public String getWavLocation()
getWavLocation in interface WavPlayerConfigpublic void setWavLocation(String value)
value - the value to set.public Long getStartTimeMicrosec()
getStartTimeMicrosec in interface WavPlayerConfigpublic void setStartTimeMicrosec(Long value)
value - the value to set.public Long getStopTimeMicrosec()
getStopTimeMicrosec in interface WavPlayerConfigpublic void setStopTimeMicrosec(Long value)
value - the value to set.public Long getStartDelayMillisec()
getStartDelayMillisec in interface WavPlayerConfigpublic void setStartDelayMillisec(Long value)
value - the value to set.public static WavPlayerConfigRecord.Builder newBuilder()
public static WavPlayerConfigRecord.Builder newBuilder(WavPlayerConfigRecord.Builder other)
public static WavPlayerConfigRecord.Builder newBuilder(WavPlayerConfigRecord other)
Copyright © 2011-2016. All Rights Reserved.