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