Package org.netxms.client.datacollection
Class ThresholdViolationSummary
- java.lang.Object
-
- org.netxms.client.datacollection.ThresholdViolationSummary
-
public class ThresholdViolationSummary extends Object
Threshold violation summary for node
-
-
Constructor Summary
Constructors Constructor Description ThresholdViolationSummary(org.netxms.base.NXCPMessage msg, long baseId)Create from NXCP message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SeveritygetCurrentSeverity()Get current most critical severity level from active thresholds.List<DciValue>getDciList()longgetNodeId()Get owning node ID
-
-
-
Method Detail
-
getNodeId
public long getNodeId()
Get owning node ID- Returns:
- owning node ID
-
getCurrentSeverity
public Severity getCurrentSeverity()
Get current most critical severity level from active thresholds.- Returns:
- current most critical severity level from active thresholds
-
-