Object Cvss2Rating.Companion
-
- All Implemented Interfaces:
public class Cvss2Rating.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<String>NAMESpublic final static Cvss2Rating.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Cvss2RatingfromScore(Float score)Get the Cvss2Rating from a score, or null if the score does not map to any Cvss2Rating. final Set<String>getNAMES()A set of names that refer to the CVSS version 2 scoring system. -
-
Method Detail
-
fromScore
final Cvss2Rating fromScore(Float score)
Get the Cvss2Rating from a score, or null if the score does not map to any Cvss2Rating.
-
-
-
-