|
|||||||||
| 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<ChannelBoolRecord>
org.mechio.impl.sensor.ChannelBoolRecord.Builder
public static class ChannelBoolRecord.Builder
RecordBuilder for ChannelBoolRecord instances.
| Method Summary | |
|---|---|
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 |
java.lang.Boolean |
getBoolValue()
Gets the value of the 'boolValue' field |
java.lang.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 |
| 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 ChannelBoolRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public ChannelBoolRecord.Builder clearHeader()
public java.lang.Integer getChannelId()
public ChannelBoolRecord.Builder setChannelId(int value)
public boolean hasChannelId()
public ChannelBoolRecord.Builder clearChannelId()
public java.lang.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>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||