|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<Vector3Record>
org.robokind.avrogen.sensor.Vector3Record.Builder
public static class Vector3Record.Builder
RecordBuilder for Vector3Record instances.
| Method Summary | |
|---|---|
Vector3Record |
build()
|
Vector3Record.Builder |
clearX()
Clears the value of the 'x' field |
Vector3Record.Builder |
clearY()
Clears the value of the 'y' field |
Vector3Record.Builder |
clearZ()
Clears the value of the 'z' field |
Vector3Record |
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 |
Vector3Record.Builder |
setX(double value)
Sets the value of the 'x' field |
Vector3Record.Builder |
setY(double value)
Sets the value of the 'y' field |
Vector3Record.Builder |
setZ(double value)
Sets the value of the 'z' field |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Double getX()
public Vector3Record.Builder setX(double value)
public boolean hasX()
public Vector3Record.Builder clearX()
public Double getY()
public Vector3Record.Builder setY(double value)
public boolean hasY()
public Vector3Record.Builder clearY()
public Double getZ()
public Vector3Record.Builder setZ(double value)
public boolean hasZ()
public Vector3Record.Builder clearZ()
public Vector3Record build()
build in interface org.apache.avro.data.RecordBuilder<Vector3Record>public Vector3Record getValue()
getValue in interface org.jflux.api.core.Source<Vector3Record>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||