public static class GyroConfigRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<GyroConfigRecord> implements org.apache.avro.data.RecordBuilder<GyroConfigRecord>, org.jflux.api.core.Source<GyroConfigRecord>
| Modifier and Type | Method and Description |
|---|---|
GyroConfigRecord |
build() |
GyroConfigRecord.Builder |
clearCtl1()
Clears the value of the 'ctl1' field
|
GyroConfigRecord.Builder |
clearCtl2()
Clears the value of the 'ctl2' field
|
GyroConfigRecord.Builder |
clearCtl3()
Clears the value of the 'ctl3' field
|
GyroConfigRecord.Builder |
clearCtl4()
Clears the value of the 'ctl4' field
|
GyroConfigRecord.Builder |
clearCtl5()
Clears the value of the 'ctl5' field
|
GyroConfigRecord.Builder |
clearHeader()
Clears the value of the 'header' field
|
Integer |
getCtl1()
Gets the value of the 'ctl1' field
|
Integer |
getCtl2()
Gets the value of the 'ctl2' field
|
Integer |
getCtl3()
Gets the value of the 'ctl3' field
|
Integer |
getCtl4()
Gets the value of the 'ctl4' field
|
Integer |
getCtl5()
Gets the value of the 'ctl5' field
|
HeaderRecord |
getHeader()
Gets the value of the 'header' field
|
GyroConfigRecord |
getValue() |
boolean |
hasCtl1()
Checks whether the 'ctl1' field has been set
|
boolean |
hasCtl2()
Checks whether the 'ctl2' field has been set
|
boolean |
hasCtl3()
Checks whether the 'ctl3' field has been set
|
boolean |
hasCtl4()
Checks whether the 'ctl4' field has been set
|
boolean |
hasCtl5()
Checks whether the 'ctl5' field has been set
|
boolean |
hasHeader()
Checks whether the 'header' field has been set
|
GyroConfigRecord.Builder |
setCtl1(int value)
Sets the value of the 'ctl1' field
|
GyroConfigRecord.Builder |
setCtl2(int value)
Sets the value of the 'ctl2' field
|
GyroConfigRecord.Builder |
setCtl3(int value)
Sets the value of the 'ctl3' field
|
GyroConfigRecord.Builder |
setCtl4(int value)
Sets the value of the 'ctl4' field
|
GyroConfigRecord.Builder |
setCtl5(int value)
Sets the value of the 'ctl5' field
|
GyroConfigRecord.Builder |
setHeader(HeaderRecord value)
Sets the value of the 'header' field
|
public HeaderRecord getHeader()
public GyroConfigRecord.Builder setHeader(HeaderRecord value)
public boolean hasHeader()
public GyroConfigRecord.Builder clearHeader()
public Integer getCtl1()
public GyroConfigRecord.Builder setCtl1(int value)
public boolean hasCtl1()
public GyroConfigRecord.Builder clearCtl1()
public Integer getCtl2()
public GyroConfigRecord.Builder setCtl2(int value)
public boolean hasCtl2()
public GyroConfigRecord.Builder clearCtl2()
public Integer getCtl3()
public GyroConfigRecord.Builder setCtl3(int value)
public boolean hasCtl3()
public GyroConfigRecord.Builder clearCtl3()
public Integer getCtl4()
public GyroConfigRecord.Builder setCtl4(int value)
public boolean hasCtl4()
public GyroConfigRecord.Builder clearCtl4()
public Integer getCtl5()
public GyroConfigRecord.Builder setCtl5(int value)
public boolean hasCtl5()
public GyroConfigRecord.Builder clearCtl5()
public GyroConfigRecord build()
build in interface org.apache.avro.data.RecordBuilder<GyroConfigRecord>public GyroConfigRecord getValue()
getValue in interface org.jflux.api.core.Source<GyroConfigRecord>Copyright © 2011-2014. All Rights Reserved.