|
|||||||||
| 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<DeviceBoolRecord>
org.robokind.avrogen.sensor.DeviceBoolRecord.Builder
public static class DeviceBoolRecord.Builder
RecordBuilder for DeviceBoolRecord instances.
| Method Summary | |
|---|---|
DeviceBoolRecord |
build()
|
DeviceBoolRecord.Builder |
clearBoolValue()
Clears the value of the 'boolValue' field |
DeviceBoolRecord.Builder |
clearChannelId()
Clears the value of the 'channelId' field |
DeviceBoolRecord.Builder |
clearHeader()
Clears the value of the 'header' field |
Boolean |
getBoolValue()
Gets the value of the 'boolValue' field |
Integer |
getChannelId()
Gets the value of the 'channelId' field |
HeaderRecord |
getHeader()
Gets the value of the 'header' field |
DeviceBoolRecord |
getValue()
|
boolean |
hasBoolValue()
Checks whether the 'boolValue' field has been set |
boolean |
hasChannelId()
Checks whether the 'channelId' field has been set |
boolean |
hasHeader()
Checks whether the 'header' field has been set |
DeviceBoolRecord.Builder |
setBoolValue(boolean value)
Sets the value of the 'boolValue' field |
DeviceBoolRecord.Builder |
setChannelId(int value)
Sets the value of the 'channelId' field |
DeviceBoolRecord.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 DeviceBoolRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public DeviceBoolRecord.Builder clearHeader()
public Integer getChannelId()
public DeviceBoolRecord.Builder setChannelId(int value)
public boolean hasChannelId()
public DeviceBoolRecord.Builder clearChannelId()
public Boolean getBoolValue()
public DeviceBoolRecord.Builder setBoolValue(boolean value)
public boolean hasBoolValue()
public DeviceBoolRecord.Builder clearBoolValue()
public DeviceBoolRecord build()
build in interface org.apache.avro.data.RecordBuilder<DeviceBoolRecord>public DeviceBoolRecord getValue()
getValue in interface org.jflux.api.core.Source<DeviceBoolRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||