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