public static class Double2Record.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<Double2Record> implements org.apache.avro.data.RecordBuilder<Double2Record>, org.jflux.api.core.Source<Double2Record>
| Modifier and Type | Method and Description |
|---|---|
Double2Record |
build() |
Double2Record.Builder |
clearD1()
Clears the value of the 'd1' field
|
Double2Record.Builder |
clearD2()
Clears the value of the 'd2' field
|
Double |
getD1()
Gets the value of the 'd1' field
|
Double |
getD2()
Gets the value of the 'd2' field
|
Double2Record |
getValue() |
boolean |
hasD1()
Checks whether the 'd1' field has been set
|
boolean |
hasD2()
Checks whether the 'd2' field has been set
|
Double2Record.Builder |
setD1(double value)
Sets the value of the 'd1' field
|
Double2Record.Builder |
setD2(double value)
Sets the value of the 'd2' field
|
public Double getD1()
public Double2Record.Builder setD1(double value)
public boolean hasD1()
public Double2Record.Builder clearD1()
public Double getD2()
public Double2Record.Builder setD2(double value)
public boolean hasD2()
public Double2Record.Builder clearD2()
public Double2Record build()
build in interface org.apache.avro.data.RecordBuilder<Double2Record>public Double2Record getValue()
getValue in interface org.jflux.api.core.Source<Double2Record>Copyright © 2011-2014. All Rights Reserved.