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