|
||||||||||
| 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.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. |
java.lang.String |
wavLocation
Deprecated. |
java.lang.String |
wavPlayerId
Deprecated. |
| Constructor Summary | |
|---|---|
WavPlayerConfigRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
org.apache.avro.Schema |
getSchema()
|
java.lang.Long |
getStartDelayMillisec()
Gets the value of the 'startDelayMillisec' field. |
java.lang.Long |
getStartTimeMicrosec()
Gets the value of the 'startTimeMicrosec' field. |
java.lang.Long |
getStopTimeMicrosec()
Gets the value of the 'stopTimeMicrosec' field. |
java.lang.String |
getWavLocation()
Gets the value of the 'wavLocation' field. |
java.lang.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$,
java.lang.Object value$)
|
void |
setStartDelayMillisec(java.lang.Long value)
Sets the value of the 'startDelayMillisec' field. |
void |
setStartTimeMicrosec(java.lang.Long value)
Sets the value of the 'startTimeMicrosec' field. |
void |
setStopTimeMicrosec(java.lang.Long value)
Sets the value of the 'stopTimeMicrosec' field. |
void |
setWavLocation(java.lang.String value)
Sets the value of the 'wavLocation' 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 wavPlayerId
@Deprecated public java.lang.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 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 getWavPlayerId()
getWavPlayerId in interface WavPlayerConfigpublic void setWavPlayerId(java.lang.String value)
value - the value to set.public java.lang.String getWavLocation()
getWavLocation in interface WavPlayerConfigpublic void setWavLocation(java.lang.String value)
value - the value to set.public java.lang.Long getStartTimeMicrosec()
getStartTimeMicrosec in interface WavPlayerConfigpublic void setStartTimeMicrosec(java.lang.Long value)
value - the value to set.public java.lang.Long getStopTimeMicrosec()
getStopTimeMicrosec in interface WavPlayerConfigpublic void setStopTimeMicrosec(java.lang.Long value)
value - the value to set.public java.lang.Long getStartDelayMillisec()
getStartDelayMillisec in interface WavPlayerConfigpublic void setStartDelayMillisec(java.lang.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 | |||||||||