Class StatusCache.ServiceDeviceState
- java.lang.Object
-
- de.iip_ecosphere.platform.configuration.StatusCache.ServiceDeviceState
-
- Enclosing class:
- StatusCache
public static class StatusCache.ServiceDeviceState extends java.lang.ObjectDenotes the state of a service on a certain device.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateServiceDeviceState(java.lang.String deviceId, java.lang.String state)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeviceId()Returns the device id.java.lang.StringgetState()Returns the service state.
-