|
|||||||||
| 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<GpioConfigRecord>
org.mechio.impl.sensor.GpioConfigRecord.Builder
public static class GpioConfigRecord.Builder
RecordBuilder for GpioConfigRecord instances.
| Method Summary | |
|---|---|
GpioConfigRecord |
build()
|
GpioConfigRecord.Builder |
clearHeader()
Clears the value of the 'header' field |
GpioConfigRecord.Builder |
clearInputMask()
Clears the value of the 'inputMask' field |
HeaderRecord |
getHeader()
Gets the value of the 'header' field |
java.lang.Integer |
getInputMask()
Gets the value of the 'inputMask' field |
GpioConfigRecord |
getValue()
|
boolean |
hasHeader()
Checks whether the 'header' field has been set |
boolean |
hasInputMask()
Checks whether the 'inputMask' field has been set |
GpioConfigRecord.Builder |
setHeader(HeaderRecord value)
Sets the value of the 'header' field |
GpioConfigRecord.Builder |
setInputMask(int value)
Sets the value of the 'inputMask' 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 GpioConfigRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public GpioConfigRecord.Builder clearHeader()
public java.lang.Integer getInputMask()
public GpioConfigRecord.Builder setInputMask(int value)
public boolean hasInputMask()
public GpioConfigRecord.Builder clearInputMask()
public GpioConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<GpioConfigRecord>public GpioConfigRecord getValue()
getValue in interface org.jflux.api.core.Source<GpioConfigRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||