public static class AdcConfigRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AdcConfigRecord> implements org.apache.avro.data.RecordBuilder<AdcConfigRecord>, org.jflux.api.core.Source<AdcConfigRecord>
| Modifier and Type | Method and Description |
|---|---|
AdcConfigRecord |
build() |
AdcConfigRecord.Builder |
clearChannelMask()
Clears the value of the 'channelMask' field
|
AdcConfigRecord.Builder |
clearHeader()
Clears the value of the 'header' field
|
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
|
public HeaderRecord getHeader()
public AdcConfigRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public AdcConfigRecord.Builder clearHeader()
public 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>Copyright © 2011-2014. All Rights Reserved.