|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.sensor.I2CQpidConfigRecord
public class I2CQpidConfigRecord
| Nested Class Summary | |
|---|---|
static class |
I2CQpidConfigRecord.Builder
RecordBuilder for I2CQpidConfigRecord instances. |
| Field Summary | |
|---|---|
java.lang.String |
accelerometerConfigDestination
Deprecated. |
java.lang.String |
accelerometerEventDestination
Deprecated. |
java.lang.String |
accelerometerReadDestination
Deprecated. |
java.lang.String |
adcConfigDestination
Deprecated. |
java.lang.String |
adcEventDestination
Deprecated. |
java.lang.String |
adcReadDestination
Deprecated. |
java.lang.String |
brokerIPAddress
Deprecated. |
java.lang.String |
brokerOptions
Deprecated. |
java.lang.String |
compassConfigDestination
Deprecated. |
java.lang.String |
compassEventDestination
Deprecated. |
java.lang.String |
compassReadDestination
Deprecated. |
java.lang.String |
gpioConfigDestination
Deprecated. |
java.lang.String |
gpioEventDestination
Deprecated. |
java.lang.String |
gpioReadDestination
Deprecated. |
java.lang.String |
gpioWriteDestination
Deprecated. |
java.lang.String |
gyroConfigDestination
Deprecated. |
java.lang.String |
gyroEventDestination
Deprecated. |
java.lang.String |
gyroReadDestination
Deprecated. |
java.lang.String |
ledConfigDestination
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
I2CQpidConfigRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.String |
getAccelerometerConfigDestination()
Gets the value of the 'accelerometerConfigDestination' field. |
java.lang.String |
getAccelerometerEventDestination()
Gets the value of the 'accelerometerEventDestination' field. |
java.lang.String |
getAccelerometerReadDestination()
Gets the value of the 'accelerometerReadDestination' field. |
java.lang.String |
getAdcConfigDestination()
Gets the value of the 'adcConfigDestination' field. |
java.lang.String |
getAdcEventDestination()
Gets the value of the 'adcEventDestination' field. |
java.lang.String |
getAdcReadDestination()
Gets the value of the 'adcReadDestination' field. |
java.lang.String |
getBrokerIPAddress()
Gets the value of the 'brokerIPAddress' field. |
java.lang.String |
getBrokerOptions()
Gets the value of the 'brokerOptions' field. |
java.lang.String |
getCompassConfigDestination()
Gets the value of the 'compassConfigDestination' field. |
java.lang.String |
getCompassEventDestination()
Gets the value of the 'compassEventDestination' field. |
java.lang.String |
getCompassReadDestination()
Gets the value of the 'compassReadDestination' field. |
java.lang.String |
getGpioConfigDestination()
Gets the value of the 'gpioConfigDestination' field. |
java.lang.String |
getGpioEventDestination()
Gets the value of the 'gpioEventDestination' field. |
java.lang.String |
getGpioReadDestination()
Gets the value of the 'gpioReadDestination' field. |
java.lang.String |
getGpioWriteDestination()
Gets the value of the 'gpioWriteDestination' field. |
java.lang.String |
getGyroConfigDestination()
Gets the value of the 'gyroConfigDestination' field. |
java.lang.String |
getGyroEventDestination()
Gets the value of the 'gyroEventDestination' field. |
java.lang.String |
getGyroReadDestination()
Gets the value of the 'gyroReadDestination' field. |
java.lang.String |
getLedConfigDestination()
Gets the value of the 'ledConfigDestination' field. |
org.apache.avro.Schema |
getSchema()
|
static I2CQpidConfigRecord.Builder |
newBuilder()
Creates a new I2CQpidConfigRecord RecordBuilder |
static I2CQpidConfigRecord.Builder |
newBuilder(I2CQpidConfigRecord.Builder other)
Creates a new I2CQpidConfigRecord RecordBuilder by copying an existing Builder |
static I2CQpidConfigRecord.Builder |
newBuilder(I2CQpidConfigRecord other)
Creates a new I2CQpidConfigRecord RecordBuilder by copying an existing I2CQpidConfigRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setAccelerometerConfigDestination(java.lang.String value)
Sets the value of the 'accelerometerConfigDestination' field. |
void |
setAccelerometerEventDestination(java.lang.String value)
Sets the value of the 'accelerometerEventDestination' field. |
void |
setAccelerometerReadDestination(java.lang.String value)
Sets the value of the 'accelerometerReadDestination' field. |
void |
setAdcConfigDestination(java.lang.String value)
Sets the value of the 'adcConfigDestination' field. |
void |
setAdcEventDestination(java.lang.String value)
Sets the value of the 'adcEventDestination' field. |
void |
setAdcReadDestination(java.lang.String value)
Sets the value of the 'adcReadDestination' field. |
void |
setBrokerIPAddress(java.lang.String value)
Sets the value of the 'brokerIPAddress' field. |
void |
setBrokerOptions(java.lang.String value)
Sets the value of the 'brokerOptions' field. |
void |
setCompassConfigDestination(java.lang.String value)
Sets the value of the 'compassConfigDestination' field. |
void |
setCompassEventDestination(java.lang.String value)
Sets the value of the 'compassEventDestination' field. |
void |
setCompassReadDestination(java.lang.String value)
Sets the value of the 'compassReadDestination' field. |
void |
setGpioConfigDestination(java.lang.String value)
Sets the value of the 'gpioConfigDestination' field. |
void |
setGpioEventDestination(java.lang.String value)
Sets the value of the 'gpioEventDestination' field. |
void |
setGpioReadDestination(java.lang.String value)
Sets the value of the 'gpioReadDestination' field. |
void |
setGpioWriteDestination(java.lang.String value)
Sets the value of the 'gpioWriteDestination' field. |
void |
setGyroConfigDestination(java.lang.String value)
Sets the value of the 'gyroConfigDestination' field. |
void |
setGyroEventDestination(java.lang.String value)
Sets the value of the 'gyroEventDestination' field. |
void |
setGyroReadDestination(java.lang.String value)
Sets the value of the 'gyroReadDestination' field. |
void |
setLedConfigDestination(java.lang.String value)
Sets the value of the 'ledConfigDestination' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public java.lang.String brokerIPAddress
@Deprecated public java.lang.String brokerOptions
@Deprecated public java.lang.String accelerometerReadDestination
@Deprecated public java.lang.String accelerometerEventDestination
@Deprecated public java.lang.String accelerometerConfigDestination
@Deprecated public java.lang.String compassReadDestination
@Deprecated public java.lang.String compassEventDestination
@Deprecated public java.lang.String compassConfigDestination
@Deprecated public java.lang.String gyroReadDestination
@Deprecated public java.lang.String gyroEventDestination
@Deprecated public java.lang.String gyroConfigDestination
@Deprecated public java.lang.String gpioReadDestination
@Deprecated public java.lang.String gpioWriteDestination
@Deprecated public java.lang.String gpioEventDestination
@Deprecated public java.lang.String gpioConfigDestination
@Deprecated public java.lang.String adcReadDestination
@Deprecated public java.lang.String adcEventDestination
@Deprecated public java.lang.String adcConfigDestination
@Deprecated public java.lang.String ledConfigDestination
| Constructor Detail |
|---|
public I2CQpidConfigRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getBrokerIPAddress()
getBrokerIPAddress in interface I2CQpidConfigEventpublic void setBrokerIPAddress(java.lang.String value)
setBrokerIPAddress in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getBrokerOptions()
getBrokerOptions in interface I2CQpidConfigEventpublic void setBrokerOptions(java.lang.String value)
setBrokerOptions in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getAccelerometerReadDestination()
getAccelerometerReadDestination in interface I2CQpidConfigEventpublic void setAccelerometerReadDestination(java.lang.String value)
setAccelerometerReadDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getAccelerometerEventDestination()
getAccelerometerEventDestination in interface I2CQpidConfigEventpublic void setAccelerometerEventDestination(java.lang.String value)
setAccelerometerEventDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getAccelerometerConfigDestination()
getAccelerometerConfigDestination in interface I2CQpidConfigEventpublic void setAccelerometerConfigDestination(java.lang.String value)
setAccelerometerConfigDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getCompassReadDestination()
getCompassReadDestination in interface I2CQpidConfigEventpublic void setCompassReadDestination(java.lang.String value)
setCompassReadDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getCompassEventDestination()
getCompassEventDestination in interface I2CQpidConfigEventpublic void setCompassEventDestination(java.lang.String value)
setCompassEventDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getCompassConfigDestination()
getCompassConfigDestination in interface I2CQpidConfigEventpublic void setCompassConfigDestination(java.lang.String value)
setCompassConfigDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getGyroReadDestination()
getGyroReadDestination in interface I2CQpidConfigEventpublic void setGyroReadDestination(java.lang.String value)
setGyroReadDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getGyroEventDestination()
getGyroEventDestination in interface I2CQpidConfigEventpublic void setGyroEventDestination(java.lang.String value)
setGyroEventDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getGyroConfigDestination()
getGyroConfigDestination in interface I2CQpidConfigEventpublic void setGyroConfigDestination(java.lang.String value)
setGyroConfigDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getGpioReadDestination()
getGpioReadDestination in interface I2CQpidConfigEventpublic void setGpioReadDestination(java.lang.String value)
setGpioReadDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getGpioWriteDestination()
getGpioWriteDestination in interface I2CQpidConfigEventpublic void setGpioWriteDestination(java.lang.String value)
setGpioWriteDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getGpioEventDestination()
getGpioEventDestination in interface I2CQpidConfigEventpublic void setGpioEventDestination(java.lang.String value)
setGpioEventDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getGpioConfigDestination()
getGpioConfigDestination in interface I2CQpidConfigEventpublic void setGpioConfigDestination(java.lang.String value)
setGpioConfigDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getAdcReadDestination()
getAdcReadDestination in interface I2CQpidConfigEventpublic void setAdcReadDestination(java.lang.String value)
setAdcReadDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getAdcEventDestination()
getAdcEventDestination in interface I2CQpidConfigEventpublic void setAdcEventDestination(java.lang.String value)
setAdcEventDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getAdcConfigDestination()
getAdcConfigDestination in interface I2CQpidConfigEventpublic void setAdcConfigDestination(java.lang.String value)
setAdcConfigDestination in interface I2CQpidConfigEventvalue - the value to set.public java.lang.String getLedConfigDestination()
getLedConfigDestination in interface I2CQpidConfigEventpublic void setLedConfigDestination(java.lang.String value)
setLedConfigDestination in interface I2CQpidConfigEventvalue - the value to set.public static I2CQpidConfigRecord.Builder newBuilder()
public static I2CQpidConfigRecord.Builder newBuilder(I2CQpidConfigRecord.Builder other)
public static I2CQpidConfigRecord.Builder newBuilder(I2CQpidConfigRecord other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||