Uses of Enum Class
org.netxms.client.constants.Severity
Packages that use Severity
Package
Description
-
Uses of Severity in org.netxms.client.constants
Methods in org.netxms.client.constants that return SeverityModifier and TypeMethodDescriptionstatic SeveritySeverity.getByValue(int value) Get enum element by integer valuestatic SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Severity in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return SeverityModifier and TypeMethodDescriptionDataSeries.getActiveThresholdSeverity()Get current threshold severityThreshold.getCurrentSeverity()ThresholdViolationSummary.getCurrentSeverity()Get current most critical severity level from active thresholds.DciValue.getMostCriticalSeverity()DciValue.getThresholdSeverity()Get severity of active thresholdMethods in org.netxms.client.datacollection with parameters of type SeverityModifier and TypeMethodDescriptionvoidDataSeries.setActiveThresholdSeverity(Severity activeThresholdSeverity) Set current threshold severity -
Uses of Severity in org.netxms.client.events
Methods in org.netxms.client.events that return SeverityModifier and TypeMethodDescriptionEventProcessingPolicyRule.getAlarmSeverity()Alarm.getCurrentSeverity()Alarm.getOriginalSeverity()Event.getSeverity()EventTemplate.getSeverity()Methods in org.netxms.client.events with parameters of type SeverityModifier and TypeMethodDescriptionvoidEventProcessingPolicyRule.setAlarmSeverity(Severity alarmSeverity) voidEventTemplate.setSeverity(Severity severity)