| Class | Description |
|---|---|
| BorderRouterEntity |
Object model for border router.
|
| BorderRouterWrapper |
Use this class as the JSON model for borderRouter, an instance of
BorderRouterWrapper
contains an instance of BorderRouterEntity and a list of SensorWrapper. |
| DataPackage |
This is the wrapper class for the whole sensor data package.
|
| PropertyEntity |
This is a POJO class that map to "custom_setting" table in database.
|
| SensorDataEntity |
Object model class for sensor data.
|
| SensorEntity |
Object model for sensor.
|
| SensorWrapper |
Use this class as a JSON model, an instance of
SensorWrapper
contains an SensorEntity and a list of SensorDataEntity. |