Uses of Enum Class
top.magstar.framework.events.models.monitors.HealthIssue.Severity
Packages that use HealthIssue.Severity
-
Uses of HealthIssue.Severity in top.magstar.framework.events.models.monitors
Methods in top.magstar.framework.events.models.monitors that return HealthIssue.SeverityModifier and TypeMethodDescriptionHealthIssue.getSeverity()static HealthIssue.SeverityReturns the enum constant of this class with the specified name.static HealthIssue.Severity[]HealthIssue.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in top.magstar.framework.events.models.monitors with parameters of type HealthIssue.SeverityModifierConstructorDescriptionHealthIssue(HealthIssue.Severity severity, String code, String description)