Class StatusCache.ServiceDeviceState
java.lang.Object
de.iip_ecosphere.platform.configuration.StatusCache.ServiceDeviceState
- Enclosing class:
StatusCache
Denotes the state of a service on a certain device.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateServiceDeviceState(String deviceId, String state) Creates an instance. -
Method Summary
-
Field Details
-
deviceId
-
state
-
-
Constructor Details
-
ServiceDeviceState
Creates an instance.- Parameters:
deviceId- the device idstate- the service state
-
-
Method Details
-
getDeviceId
Returns the device id.- Returns:
- the device id
-
getState
Returns the service state.- Returns:
- the service state
-