Uses of Enum Class
com.vaadin.appsec.backend.model.dto.SeverityLevel
Packages that use SeverityLevel
-
Uses of SeverityLevel in com.vaadin.appsec.backend.model.dto
Methods in com.vaadin.appsec.backend.model.dto that return SeverityLevelModifier and TypeMethodDescriptionDependency.getSeverityLevel()Gets severity level.Vulnerability.getSeverityLevel()Gets severity level.static SeverityLevelSeverityLevel.getSeverityLevelForCvssScore(Double cvssScore) Returns the severity level based on the CVSS score.static SeverityLevelReturns the enum constant of this class with the specified name.static SeverityLevel[]SeverityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.appsec.backend.model.dto with parameters of type SeverityLevelModifier and TypeMethodDescriptionintSeverityLevelComparator.compare(SeverityLevel o1, SeverityLevel o2) static intSeverityLevelComparator.compareStatic(SeverityLevel o1, SeverityLevel o2) Compares severity levels based on their ordinal number.voidDependency.setSeverityLevel(SeverityLevel severityLevel) Sets severity level.