public static interface CategoryWithFindingNum.Builder extends SdkPojo, CopyableBuilder<CategoryWithFindingNum.Builder,CategoryWithFindingNum>
| Modifier and Type | Method and Description |
|---|---|
CategoryWithFindingNum.Builder |
categoryName(String categoryName)
The name of the finding category.
|
CategoryWithFindingNum.Builder |
findingNumber(Integer findingNumber)
The number of open findings in the category.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCategoryWithFindingNum.Builder categoryName(String categoryName)
The name of the finding category. A finding category is determined by the detector that detected the finding.
categoryName - The name of the finding category. A finding category is determined by the detector that detected the
finding.CategoryWithFindingNum.Builder findingNumber(Integer findingNumber)
The number of open findings in the category.
findingNumber - The number of open findings in the category.Copyright © 2023. All rights reserved.