|
||||||||||
| 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.WavPlayerConfigRecord
public class WavPlayerConfigRecord
| 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 |
|---|
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
| Constructor Detail |
|---|
public WavPlayerConfigRecord()
| 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 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||