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