public static interface Severity.Builder extends SdkPojo, CopyableBuilder<Severity.Builder,Severity>
| Modifier and Type | Method and Description |
|---|---|
Severity.Builder |
description(SeverityDescription description)
The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most
severe).
|
Severity.Builder |
description(String description)
The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most
severe).
|
Severity.Builder |
score(Long score)
The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSeverity.Builder description(String description)
The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
description - The qualitative representation of the finding's severity, ranging from Low (least severe) to High
(most severe).SeverityDescription,
SeverityDescriptionSeverity.Builder description(SeverityDescription description)
The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
description - The qualitative representation of the finding's severity, ranging from Low (least severe) to High
(most severe).SeverityDescription,
SeverityDescriptionSeverity.Builder score(Long score)
The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).
score - The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most
severe).Copyright © 2021. All rights reserved.