|
|||||||||
| 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.GyroConfigRecord
public class GyroConfigRecord
| Nested Class Summary | |
|---|---|
static class |
GyroConfigRecord.Builder
RecordBuilder for GyroConfigRecord instances. |
| Field Summary | |
|---|---|
int |
ctl1
Deprecated. |
int |
ctl2
Deprecated. |
int |
ctl3
Deprecated. |
int |
ctl4
Deprecated. |
int |
ctl5
Deprecated. |
HeaderRecord |
header
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
GyroConfigRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
Integer |
getCtl1()
Gets the value of the 'ctl1' field. |
Integer |
getCtl2()
Gets the value of the 'ctl2' field. |
Integer |
getCtl3()
Gets the value of the 'ctl3' field. |
Integer |
getCtl4()
Gets the value of the 'ctl4' field. |
Integer |
getCtl5()
Gets the value of the 'ctl5' field. |
HeaderRecord |
getHeader()
Gets the value of the 'header' field. |
org.apache.avro.Schema |
getSchema()
|
static GyroConfigRecord.Builder |
newBuilder()
Creates a new GyroConfigRecord RecordBuilder |
static GyroConfigRecord.Builder |
newBuilder(GyroConfigRecord.Builder other)
Creates a new GyroConfigRecord RecordBuilder by copying an existing Builder |
static GyroConfigRecord.Builder |
newBuilder(GyroConfigRecord other)
Creates a new GyroConfigRecord RecordBuilder by copying an existing GyroConfigRecord instance |
void |
put(int field$,
Object value$)
|
void |
setCtl1(Integer value)
Sets the value of the 'ctl1' field. |
void |
setCtl2(Integer value)
Sets the value of the 'ctl2' field. |
void |
setCtl3(Integer value)
Sets the value of the 'ctl3' field. |
void |
setCtl4(Integer value)
Sets the value of the 'ctl4' field. |
void |
setCtl5(Integer value)
Sets the value of the 'ctl5' 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 ctl1
@Deprecated public int ctl2
@Deprecated public int ctl3
@Deprecated public int ctl4
@Deprecated public int ctl5
| Constructor Detail |
|---|
public GyroConfigRecord()
| 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 GyroConfigEvent<HeaderRecord>public void setHeader(HeaderRecord value)
setHeader in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl1()
getCtl1 in interface GyroConfigEvent<HeaderRecord>public void setCtl1(Integer value)
setCtl1 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl2()
getCtl2 in interface GyroConfigEvent<HeaderRecord>public void setCtl2(Integer value)
setCtl2 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl3()
getCtl3 in interface GyroConfigEvent<HeaderRecord>public void setCtl3(Integer value)
setCtl3 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl4()
getCtl4 in interface GyroConfigEvent<HeaderRecord>public void setCtl4(Integer value)
setCtl4 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl5()
getCtl5 in interface GyroConfigEvent<HeaderRecord>public void setCtl5(Integer value)
setCtl5 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public static GyroConfigRecord.Builder newBuilder()
public static GyroConfigRecord.Builder newBuilder(GyroConfigRecord.Builder other)
public static GyroConfigRecord.Builder newBuilder(GyroConfigRecord other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||