Package com.qfs.snl.data
Interface ISentinelState
- All Known Implementing Classes:
SentinelState
,StateDto
public interface ISentinelState
Class representing a ActiveMonitor state.
- Author:
- ActiveViam
-
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
-