public static interface CvssScore.Builder extends SdkPojo, CopyableBuilder<CvssScore.Builder,CvssScore>
| Modifier and Type | Method and Description |
|---|---|
CvssScore.Builder |
baseScore(Double baseScore)
The CVSS base score.
|
CvssScore.Builder |
scoringVector(String scoringVector)
The vector string of the CVSS score.
|
CvssScore.Builder |
source(String source)
The source of the CVSS score.
|
CvssScore.Builder |
version(String version)
The CVSS version that generated the score.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCvssScore.Builder baseScore(Double baseScore)
The CVSS base score.
baseScore - The CVSS base score.CvssScore.Builder scoringVector(String scoringVector)
The vector string of the CVSS score.
scoringVector - The vector string of the CVSS score.CvssScore.Builder version(String version)
The CVSS version that generated the score.
version - The CVSS version that generated the score.CvssScore.Builder source(String source)
The source of the CVSS score.
source - The source of the CVSS score.Copyright © 2023. All rights reserved.