Interface IDtoDeviceStateAspect

All Known Implementing Classes:
DtoDeviceStateAspect

public interface IDtoDeviceStateAspect
One aspect of a device state.
  • Method Details

    • getKey

      String getKey()
      The name of this aspect/dimension.
    • setKey

      void setKey(String key)
      The name of this aspect/dimension.
    • getType

      The type of this aspect/dimension.
    • setType

      The type of this aspect/dimension.
    • getValue

      String getValue()
      The value of the deviceState in this aspect/dimension.
    • setValue

      void setValue(String value)
      The value of the deviceState in this aspect/dimension.