Interface ISentinelState

All Known Implementing Classes:
SentinelState, StateDto

public interface ISentinelState
Class representing a ActiveMonitor state.
Author:
ActiveViam
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The table name.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Return the caption of the state.
    Return the formatted value of the state.
    Gets the id of the state.
    Return the value of the state.
  • Field Details Link icon

  • Method Details Link icon

    • getId Link icon

      String getId()
      Gets the id of the state.
      Returns:
      a list of strings composing the id
    • getCaption Link icon

      String getCaption()
      Return the caption of the state.
      Returns:
      the caption of the state
    • getValue Link icon

      Double getValue()
      Return the value of the state.
      Returns:
      the value of the state
    • getFormattedValue Link icon

      String getFormattedValue()
      Return the formatted value of the state.
      Returns:
      the formatted value of the state