|
|||||||||
| 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<Double4Record>
org.mechio.impl.sensor.Double4Record.Builder
public static class Double4Record.Builder
RecordBuilder for Double4Record instances.
| Method Summary | |
|---|---|
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 |
java.lang.Double |
getD1()
Gets the value of the 'd1' field |
java.lang.Double |
getD2()
Gets the value of the 'd2' field |
java.lang.Double |
getD3()
Gets the value of the 'd3' field |
java.lang.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 |
| 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 java.lang.Double getD1()
public Double4Record.Builder setD1(double value)
public boolean hasD1()
public Double4Record.Builder clearD1()
public java.lang.Double getD2()
public Double4Record.Builder setD2(double value)
public boolean hasD2()
public Double4Record.Builder clearD2()
public java.lang.Double getD3()
public Double4Record.Builder setD3(double value)
public boolean hasD3()
public Double4Record.Builder clearD3()
public java.lang.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>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||