public static interface SeverityCounts.Builder extends SdkPojo, CopyableBuilder<SeverityCounts.Builder,SeverityCounts>
| Modifier and Type | Method and Description |
|---|---|
SeverityCounts.Builder |
all(Long all)
The total number of findings across all severity levels for the specified filter.
|
SeverityCounts.Builder |
critical(Long critical)
The number of critical severity findings for the specified filter.
|
SeverityCounts.Builder |
high(Long high)
The number of high severity findings for the specified filter.
|
SeverityCounts.Builder |
medium(Long medium)
The number of medium severity findings for the specified filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSeverityCounts.Builder all(Long all)
The total number of findings across all severity levels for the specified filter.
all - The total number of findings across all severity levels for the specified filter.SeverityCounts.Builder critical(Long critical)
The number of critical severity findings for the specified filter.
critical - The number of critical severity findings for the specified filter.SeverityCounts.Builder high(Long high)
The number of high severity findings for the specified filter.
high - The number of high severity findings for the specified filter.SeverityCounts.Builder medium(Long medium)
The number of medium severity findings for the specified filter.
medium - The number of medium severity findings for the specified filter.Copyright © 2023. All rights reserved.