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