Class StatusCache.ServiceDeviceState

java.lang.Object
de.iip_ecosphere.platform.configuration.cfg.StatusCache.ServiceDeviceState
Enclosing class:
StatusCache

public static class StatusCache.ServiceDeviceState extends Object
Denotes the state of a service on a certain device.
Author:
Holger Eichelberger, SSE
  • Field Details

    • deviceId

      private String deviceId
    • state

      private String state
  • Constructor Details

    • ServiceDeviceState

      private ServiceDeviceState(String deviceId, String state)
      Creates an instance.
      Parameters:
      deviceId - the device id
      state - the service state
  • Method Details

    • getDeviceId

      public String getDeviceId()
      Returns the device id.
      Returns:
      the device id
    • getState

      public String getState()
      Returns the service state.
      Returns:
      the service state