public static interface SeverityCounts.Builder extends SdkPojo, CopyableBuilder<SeverityCounts.Builder,SeverityCounts>
| Modifier and Type | Method and Description |
|---|---|
SeverityCounts.Builder |
all(Long all)
The total count of findings from all severities.
|
SeverityCounts.Builder |
critical(Long critical)
The total count of critical severity findings.
|
SeverityCounts.Builder |
high(Long high)
The total count of high severity findings.
|
SeverityCounts.Builder |
medium(Long medium)
The total count of medium severity findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSeverityCounts.Builder all(Long all)
The total count of findings from all severities.
all - The total count of findings from all severities.SeverityCounts.Builder critical(Long critical)
The total count of critical severity findings.
critical - The total count of critical severity findings.SeverityCounts.Builder high(Long high)
The total count of high severity findings.
high - The total count of high severity findings.SeverityCounts.Builder medium(Long medium)
The total count of medium severity findings.
medium - The total count of medium severity findings.Copyright © 2022. All rights reserved.