public static class ChannelDoubleRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChannelDoubleRecord> implements org.apache.avro.data.RecordBuilder<ChannelDoubleRecord>, org.jflux.api.core.Source<ChannelDoubleRecord>
| Modifier and Type | Method and Description |
|---|---|
ChannelDoubleRecord |
build() |
ChannelDoubleRecord.Builder |
clearChannelId()
Clears the value of the 'channelId' field
|
ChannelDoubleRecord.Builder |
clearDoubleValue()
Clears the value of the 'doubleValue' field
|
ChannelDoubleRecord.Builder |
clearHeader()
Clears the value of the 'header' field
|
Integer |
getChannelId()
Gets the value of the 'channelId' field
|
Double |
getDoubleValue()
Gets the value of the 'doubleValue' field
|
HeaderRecord |
getHeader()
Gets the value of the 'header' field
|
ChannelDoubleRecord |
getValue() |
boolean |
hasChannelId()
Checks whether the 'channelId' field has been set
|
boolean |
hasDoubleValue()
Checks whether the 'doubleValue' field has been set
|
boolean |
hasHeader()
Checks whether the 'header' field has been set
|
ChannelDoubleRecord.Builder |
setChannelId(int value)
Sets the value of the 'channelId' field
|
ChannelDoubleRecord.Builder |
setDoubleValue(double value)
Sets the value of the 'doubleValue' field
|
ChannelDoubleRecord.Builder |
setHeader(HeaderRecord value)
Sets the value of the 'header' field
|
public HeaderRecord getHeader()
public ChannelDoubleRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public ChannelDoubleRecord.Builder clearHeader()
public Integer getChannelId()
public ChannelDoubleRecord.Builder setChannelId(int value)
public boolean hasChannelId()
public ChannelDoubleRecord.Builder clearChannelId()
public Double getDoubleValue()
public ChannelDoubleRecord.Builder setDoubleValue(double value)
public boolean hasDoubleValue()
public ChannelDoubleRecord.Builder clearDoubleValue()
public ChannelDoubleRecord build()
build in interface org.apache.avro.data.RecordBuilder<ChannelDoubleRecord>public ChannelDoubleRecord getValue()
getValue in interface org.jflux.api.core.Source<ChannelDoubleRecord>Copyright © 2011-2014. All Rights Reserved.