Interface ISentinelState

All Known Implementing Classes:
SentinelState, StateDto

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

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

    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

  • Method Details

    • getId

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

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

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

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