|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<GyroConfigRecord>
org.mechio.impl.sensor.GyroConfigRecord.Builder
public static class GyroConfigRecord.Builder
RecordBuilder for GyroConfigRecord instances.
| Method Summary | |
|---|---|
GyroConfigRecord |
build()
|
GyroConfigRecord.Builder |
clearCtl1()
Clears the value of the 'ctl1' field |
GyroConfigRecord.Builder |
clearCtl2()
Clears the value of the 'ctl2' field |
GyroConfigRecord.Builder |
clearCtl3()
Clears the value of the 'ctl3' field |
GyroConfigRecord.Builder |
clearCtl4()
Clears the value of the 'ctl4' field |
GyroConfigRecord.Builder |
clearCtl5()
Clears the value of the 'ctl5' field |
GyroConfigRecord.Builder |
clearHeader()
Clears the value of the 'header' field |
java.lang.Integer |
getCtl1()
Gets the value of the 'ctl1' field |
java.lang.Integer |
getCtl2()
Gets the value of the 'ctl2' field |
java.lang.Integer |
getCtl3()
Gets the value of the 'ctl3' field |
java.lang.Integer |
getCtl4()
Gets the value of the 'ctl4' field |
java.lang.Integer |
getCtl5()
Gets the value of the 'ctl5' field |
HeaderRecord |
getHeader()
Gets the value of the 'header' field |
GyroConfigRecord |
getValue()
|
boolean |
hasCtl1()
Checks whether the 'ctl1' field has been set |
boolean |
hasCtl2()
Checks whether the 'ctl2' field has been set |
boolean |
hasCtl3()
Checks whether the 'ctl3' field has been set |
boolean |
hasCtl4()
Checks whether the 'ctl4' field has been set |
boolean |
hasCtl5()
Checks whether the 'ctl5' field has been set |
boolean |
hasHeader()
Checks whether the 'header' field has been set |
GyroConfigRecord.Builder |
setCtl1(int value)
Sets the value of the 'ctl1' field |
GyroConfigRecord.Builder |
setCtl2(int value)
Sets the value of the 'ctl2' field |
GyroConfigRecord.Builder |
setCtl3(int value)
Sets the value of the 'ctl3' field |
GyroConfigRecord.Builder |
setCtl4(int value)
Sets the value of the 'ctl4' field |
GyroConfigRecord.Builder |
setCtl5(int value)
Sets the value of the 'ctl5' field |
GyroConfigRecord.Builder |
setHeader(HeaderRecord value)
Sets the value of the 'header' field |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public HeaderRecord getHeader()
public GyroConfigRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public GyroConfigRecord.Builder clearHeader()
public java.lang.Integer getCtl1()
public GyroConfigRecord.Builder setCtl1(int value)
public boolean hasCtl1()
public GyroConfigRecord.Builder clearCtl1()
public java.lang.Integer getCtl2()
public GyroConfigRecord.Builder setCtl2(int value)
public boolean hasCtl2()
public GyroConfigRecord.Builder clearCtl2()
public java.lang.Integer getCtl3()
public GyroConfigRecord.Builder setCtl3(int value)
public boolean hasCtl3()
public GyroConfigRecord.Builder clearCtl3()
public java.lang.Integer getCtl4()
public GyroConfigRecord.Builder setCtl4(int value)
public boolean hasCtl4()
public GyroConfigRecord.Builder clearCtl4()
public java.lang.Integer getCtl5()
public GyroConfigRecord.Builder setCtl5(int value)
public boolean hasCtl5()
public GyroConfigRecord.Builder clearCtl5()
public GyroConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<GyroConfigRecord>public GyroConfigRecord getValue()
getValue in interface org.jflux.api.core.Source<GyroConfigRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||