Interface AlarmStateSummary
- All Known Implementing Classes:
BasicAlarmStateSummary
public interface AlarmStateSummary
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintint@Nullable AlarmEvalState@Nullable AlarmPriority@Nullable String@Nullable StringReturns the highest active alarm, either acknowledged or not.@Nullable AlarmPriority@Nullable AlarmPriority@Nullable String@Nullable Longintintintintintintbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Method Details
-
getMostRecentActiveTime
@Nullable Long getMostRecentActiveTime() -
getActiveUnacked
int getActiveUnacked() -
getActiveAcked
int getActiveAcked() -
getShelvedCount
int getShelvedCount() -
hasActive
boolean hasActive() -
hasUnacknowledged
boolean hasUnacknowledged() -
getClearedUnacked
int getClearedUnacked() -
getHighestUnacked
@Nullable AlarmPriority getHighestUnacked() -
getHighestAcked
@Nullable AlarmPriority getHighestAcked() -
getHighestUnackedName
@Nullable String getHighestUnackedName() -
getHighestAckedName
@Nullable String getHighestAckedName() -
getHighestActiveName
@Nullable String getHighestActiveName()Returns the highest active alarm, either acknowledged or not. -
getHighestActivePriority
@Nullable AlarmPriority getHighestActivePriority() -
getEvaluationStatus
@Nullable AlarmEvalState getEvaluationStatus() -
getActiveCountCritical
int getActiveCountCritical() -
getActiveCountHigh
int getActiveCountHigh() -
getActiveCountMedium
int getActiveCountMedium() -
getActiveCountLow
int getActiveCountLow() -
getActiveCountDiagnostic
int getActiveCountDiagnostic() -
getUnackCountCritical
int getUnackCountCritical() -
getUnackCountHigh
int getUnackCountHigh() -
getUnackCountMedium
int getUnackCountMedium() -
getUnackCountLow
int getUnackCountLow() -
getUnackCountDiagnostic
int getUnackCountDiagnostic() -
hasActiveUnackedCritical
boolean hasActiveUnackedCritical() -
hasActiveUnackedHigh
boolean hasActiveUnackedHigh() -
hasActiveUnackedMedium
boolean hasActiveUnackedMedium() -
hasActiveUnackedLow
boolean hasActiveUnackedLow() -
hasActiveUnackedDiagnostic
boolean hasActiveUnackedDiagnostic()
-