public class State
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
StateCommands |
getCommands()
Returns list of devices' latest used commands and version.
|
StateConfigurations |
getConfigurations()
Returns list of devices' latest used configurations and version.
|
java.lang.Object |
getMetadata()
Metadata is an dictionary object defined by user.
|
StateReadings |
getReadings()
Returns list of devices' latest send readings and version.
|
Version |
getVersion()
Returns current device state version.
|
public StateReadings getReadings()
Transport
that can be find in DeviceModel for each device.StateReadingspublic StateCommands getCommands()
Transport
that can be find in DeviceModel for each device.StateCommandspublic StateConfigurations getConfigurations()
Transport
that can be find in DeviceModel for each device.StateCommandspublic java.lang.Object getMetadata()
Objectpublic Version getVersion()