Class StatusCache.ServiceDeviceState

  • Enclosing class:
    StatusCache

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String deviceId  
      private java.lang.String state  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ServiceDeviceState​(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.String getDeviceId()
      Returns the device id.
      java.lang.String getState()
      Returns the service state.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • deviceId

        private java.lang.String deviceId
      • state

        private java.lang.String state
    • Constructor Detail

      • ServiceDeviceState

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

      • getDeviceId

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

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