public static class DeviceBoolRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<DeviceBoolRecord> implements org.apache.avro.data.RecordBuilder<DeviceBoolRecord>, org.jflux.api.core.Source<DeviceBoolRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
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>Copyright © 2011-2014. All Rights Reserved.