Uses of Class
com.vaadin.appsec.backend.model.osv.response.Severity
Packages that use Severity
-
Uses of Severity in com.vaadin.appsec.backend.model.osv.response
Methods in com.vaadin.appsec.backend.model.osv.response that return types with arguments of type SeverityModifier and TypeMethodDescriptionAffected.getSeverity()Gets the severity.OpenSourceVulnerability.getSeverity()Gets the severity.Method parameters in com.vaadin.appsec.backend.model.osv.response with type arguments of type SeverityModifier and TypeMethodDescriptionvoidAffected.setSeverity(List<Severity> severity) Sets the severity.voidOpenSourceVulnerability.setSeverity(List<Severity> severity) Sets the severity.Constructor parameters in com.vaadin.appsec.backend.model.osv.response with type arguments of type SeverityModifierConstructorDescriptionAffected(Package aPackage, List<Severity> severity, List<Range> ranges, List<String> versions, EcosystemSpecific ecosystemSpecific, DatabaseSpecific databaseSpecific) Creates a new instance.