public static class ChannelBoolRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChannelBoolRecord> implements org.apache.avro.data.RecordBuilder<ChannelBoolRecord>, org.jflux.api.core.Source<ChannelBoolRecord>
| Modifier and Type | Method and Description |
|---|---|
ChannelBoolRecord |
build() |
ChannelBoolRecord.Builder |
clearBoolValue()
Clears the value of the 'boolValue' field
|
ChannelBoolRecord.Builder |
clearChannelId()
Clears the value of the 'channelId' field
|
ChannelBoolRecord.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
|
ChannelBoolRecord |
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
|
ChannelBoolRecord.Builder |
setBoolValue(boolean value)
Sets the value of the 'boolValue' field
|
ChannelBoolRecord.Builder |
setChannelId(int value)
Sets the value of the 'channelId' field
|
ChannelBoolRecord.Builder |
setHeader(HeaderRecord value)
Sets the value of the 'header' field
|
public HeaderRecord getHeader()
public ChannelBoolRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public ChannelBoolRecord.Builder clearHeader()
public Integer getChannelId()
public ChannelBoolRecord.Builder setChannelId(int value)
public boolean hasChannelId()
public ChannelBoolRecord.Builder clearChannelId()
public Boolean getBoolValue()
public ChannelBoolRecord.Builder setBoolValue(boolean value)
public boolean hasBoolValue()
public ChannelBoolRecord.Builder clearBoolValue()
public ChannelBoolRecord build()
build in interface org.apache.avro.data.RecordBuilder<ChannelBoolRecord>public ChannelBoolRecord getValue()
getValue in interface org.jflux.api.core.Source<ChannelBoolRecord>Copyright © 2011-2014. All Rights Reserved.