public static interface Severity.Builder extends SdkPojo, CopyableBuilder<Severity.Builder,Severity>
| Modifier and Type | Method and Description |
|---|---|
Severity.Builder |
description(SeverityDescription description)
The textual representation of the severity value, such as Low or High.
|
Severity.Builder |
description(String description)
The textual representation of the severity value, such as Low or High.
|
Severity.Builder |
score(Long score)
The numeric score for the severity value, ranging from 0 (least severe) to 4 (most severe).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSeverity.Builder description(String description)
The textual representation of the severity value, such as Low or High.
description - The textual representation of the severity value, such as Low or High.SeverityDescription,
SeverityDescriptionSeverity.Builder description(SeverityDescription description)
The textual representation of the severity value, such as Low or High.
description - The textual representation of the severity value, such as Low or High.SeverityDescription,
SeverityDescriptionSeverity.Builder score(Long score)
The numeric score for the severity value, ranging from 0 (least severe) to 4 (most severe).
score - The numeric score for the severity value, ranging from 0 (least severe) to 4 (most severe).Copyright © 2020. All rights reserved.