public static class Double3Record.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<Double3Record> implements org.apache.avro.data.RecordBuilder<Double3Record>, org.jflux.api.core.Source<Double3Record>
| Modifier and Type | Method and Description |
|---|---|
Double3Record |
build() |
Double3Record.Builder |
clearX()
Clears the value of the 'x' field
|
Double3Record.Builder |
clearY()
Clears the value of the 'y' field
|
Double3Record.Builder |
clearZ()
Clears the value of the 'z' field
|
Double3Record |
getValue() |
Double |
getX()
Gets the value of the 'x' field
|
Double |
getY()
Gets the value of the 'y' field
|
Double |
getZ()
Gets the value of the 'z' field
|
boolean |
hasX()
Checks whether the 'x' field has been set
|
boolean |
hasY()
Checks whether the 'y' field has been set
|
boolean |
hasZ()
Checks whether the 'z' field has been set
|
Double3Record.Builder |
setX(double value)
Sets the value of the 'x' field
|
Double3Record.Builder |
setY(double value)
Sets the value of the 'y' field
|
Double3Record.Builder |
setZ(double value)
Sets the value of the 'z' field
|
public Double getX()
public Double3Record.Builder setX(double value)
public boolean hasX()
public Double3Record.Builder clearX()
public Double getY()
public Double3Record.Builder setY(double value)
public boolean hasY()
public Double3Record.Builder clearY()
public Double getZ()
public Double3Record.Builder setZ(double value)
public boolean hasZ()
public Double3Record.Builder clearZ()
public Double3Record build()
build in interface org.apache.avro.data.RecordBuilder<Double3Record>public Double3Record getValue()
getValue in interface org.jflux.api.core.Source<Double3Record>Copyright © 2011-2014. All Rights Reserved.