Package org.netxms.client.datacollection
Class ThresholdViolationSummary
java.lang.Object
org.netxms.client.datacollection.ThresholdViolationSummary
Threshold violation summary for node
- 
Constructor SummaryConstructorsConstructorDescriptionThresholdViolationSummary(NXCPMessage msg, long baseId) Create from NXCP message.
- 
Method SummaryModifier and TypeMethodDescriptionGet current most critical severity level from active thresholds.longGet owning node ID
- 
Constructor Details- 
ThresholdViolationSummaryCreate from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
- 
- 
Method Details- 
getNodeIdpublic long getNodeId()Get owning node ID- Returns:
- owning node ID
 
- 
getDciList- Returns:
- the dciList
 
- 
getCurrentSeverityGet current most critical severity level from active thresholds.- Returns:
- current most critical severity level from active thresholds
 
 
-