|
|||||||||
| 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.sensor.AdcConfigRecord
public class AdcConfigRecord
| Nested Class Summary | |
|---|---|
static class |
AdcConfigRecord.Builder
RecordBuilder for AdcConfigRecord instances. |
| Field Summary | |
|---|---|
int |
channelMask
Deprecated. |
HeaderRecord |
header
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
AdcConfigRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
Integer |
getChannelMask()
Gets the value of the 'channelMask' field. |
HeaderRecord |
getHeader()
Gets the value of the 'header' field. |
org.apache.avro.Schema |
getSchema()
|
static AdcConfigRecord.Builder |
newBuilder()
Creates a new AdcConfigRecord RecordBuilder |
static AdcConfigRecord.Builder |
newBuilder(AdcConfigRecord.Builder other)
Creates a new AdcConfigRecord RecordBuilder by copying an existing Builder |
static AdcConfigRecord.Builder |
newBuilder(AdcConfigRecord other)
Creates a new AdcConfigRecord RecordBuilder by copying an existing AdcConfigRecord instance |
void |
put(int field$,
Object value$)
|
void |
setChannelMask(Integer value)
Sets the value of the 'channelMask' field. |
void |
setHeader(HeaderRecord value)
Sets the value of the 'header' 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 HeaderRecord header
@Deprecated public int channelMask
| Constructor Detail |
|---|
public AdcConfigRecord()
| 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 HeaderRecord getHeader()
getHeader in interface AdcConfigEvent<HeaderRecord>public void setHeader(HeaderRecord value)
setHeader in interface AdcConfigEvent<HeaderRecord>value - the value to set.public Integer getChannelMask()
getChannelMask in interface AdcConfigEvent<HeaderRecord>public void setChannelMask(Integer value)
setChannelMask in interface AdcConfigEvent<HeaderRecord>value - the value to set.public static AdcConfigRecord.Builder newBuilder()
public static AdcConfigRecord.Builder newBuilder(AdcConfigRecord.Builder other)
public static AdcConfigRecord.Builder newBuilder(AdcConfigRecord other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||