|
|||||||||
| 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<CompassConfigRecord>
org.mechio.impl.sensor.CompassConfigRecord.Builder
public static class CompassConfigRecord.Builder
RecordBuilder for CompassConfigRecord instances.
| Method Summary | |
|---|---|
CompassConfigRecord |
build()
|
CompassConfigRecord.Builder |
clearAverage()
Clears the value of the 'average' field |
CompassConfigRecord.Builder |
clearBias()
Clears the value of the 'bias' field |
CompassConfigRecord.Builder |
clearGain()
Clears the value of the 'gain' field |
CompassConfigRecord.Builder |
clearHeader()
Clears the value of the 'header' field |
CompassConfigRecord.Builder |
clearRate()
Clears the value of the 'rate' field |
java.lang.Integer |
getAverage()
Gets the value of the 'average' field |
java.lang.Integer |
getBias()
Gets the value of the 'bias' field |
java.lang.Integer |
getGain()
Gets the value of the 'gain' field |
HeaderRecord |
getHeader()
Gets the value of the 'header' field |
java.lang.Integer |
getRate()
Gets the value of the 'rate' field |
CompassConfigRecord |
getValue()
|
boolean |
hasAverage()
Checks whether the 'average' field has been set |
boolean |
hasBias()
Checks whether the 'bias' field has been set |
boolean |
hasGain()
Checks whether the 'gain' field has been set |
boolean |
hasHeader()
Checks whether the 'header' field has been set |
boolean |
hasRate()
Checks whether the 'rate' field has been set |
CompassConfigRecord.Builder |
setAverage(int value)
Sets the value of the 'average' field |
CompassConfigRecord.Builder |
setBias(int value)
Sets the value of the 'bias' field |
CompassConfigRecord.Builder |
setGain(int value)
Sets the value of the 'gain' field |
CompassConfigRecord.Builder |
setHeader(HeaderRecord value)
Sets the value of the 'header' field |
CompassConfigRecord.Builder |
setRate(int value)
Sets the value of the 'rate' 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 HeaderRecord getHeader()
public CompassConfigRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public CompassConfigRecord.Builder clearHeader()
public java.lang.Integer getAverage()
public CompassConfigRecord.Builder setAverage(int value)
public boolean hasAverage()
public CompassConfigRecord.Builder clearAverage()
public java.lang.Integer getRate()
public CompassConfigRecord.Builder setRate(int value)
public boolean hasRate()
public CompassConfigRecord.Builder clearRate()
public java.lang.Integer getBias()
public CompassConfigRecord.Builder setBias(int value)
public boolean hasBias()
public CompassConfigRecord.Builder clearBias()
public java.lang.Integer getGain()
public CompassConfigRecord.Builder setGain(int value)
public boolean hasGain()
public CompassConfigRecord.Builder clearGain()
public CompassConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<CompassConfigRecord>public CompassConfigRecord getValue()
getValue in interface org.jflux.api.core.Source<CompassConfigRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||