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