public static final class DescribeVulNumStatisticsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVulNumStatisticsResponseBody.Builder |
appCnt(Integer appCnt)
The number of application vulnerabilities that are detected on the asset by using the web scanner.
|
DescribeVulNumStatisticsResponseBody.Builder |
appNum(Integer appNum)
The number of application vulnerabilities that are detected on the asset by using the web scanner.
|
DescribeVulNumStatisticsResponseBody |
build() |
DescribeVulNumStatisticsResponseBody.Builder |
cmsDealedTotalNum(Integer cmsDealedTotalNum)
The number of Web-CMS vulnerabilities that are handled.
|
DescribeVulNumStatisticsResponseBody.Builder |
cmsNum(Integer cmsNum)
The number of Web-CMS vulnerabilities that are detected on the asset.
|
DescribeVulNumStatisticsResponseBody.Builder |
cveNum(Integer cveNum)
The number of Linux software vulnerabilities that are detected on the asset.
|
DescribeVulNumStatisticsResponseBody.Builder |
emgNum(Integer emgNum)
The number of urgent vulnerabilities that are detected on the asset.
|
DescribeVulNumStatisticsResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeVulNumStatisticsResponseBody.Builder |
scaNum(Integer scaNum)
The number of middleware vulnerabilities that are detected on the asset.
|
DescribeVulNumStatisticsResponseBody.Builder |
sysNum(Integer sysNum)
The number of Windows system vulnerabilities that are detected on the asset.
|
DescribeVulNumStatisticsResponseBody.Builder |
vulAsapSum(Integer vulAsapSum)
The number of vulnerabilities that have the high priority.
|
DescribeVulNumStatisticsResponseBody.Builder |
vulDealedTotalNum(Integer vulDealedTotalNum)
The number of vulnerabilities that are handled.
|
DescribeVulNumStatisticsResponseBody.Builder |
vulLaterSum(Integer vulLaterSum)
The number of vulnerabilities that have the medium priority.
|
DescribeVulNumStatisticsResponseBody.Builder |
vulNntfSum(Integer vulNntfSum)
The number of vulnerabilities that have the low priority.
|
public DescribeVulNumStatisticsResponseBody.Builder appCnt(Integer appCnt)
The number of application vulnerabilities that are detected on the asset by using the web scanner.
example:0
public DescribeVulNumStatisticsResponseBody.Builder appNum(Integer appNum)
The number of application vulnerabilities that are detected on the asset by using the web scanner.
example:0
public DescribeVulNumStatisticsResponseBody.Builder cmsDealedTotalNum(Integer cmsDealedTotalNum)
The number of Web-CMS vulnerabilities that are handled.
example:0
public DescribeVulNumStatisticsResponseBody.Builder cmsNum(Integer cmsNum)
The number of Web-CMS vulnerabilities that are detected on the asset.
example:0
public DescribeVulNumStatisticsResponseBody.Builder cveNum(Integer cveNum)
The number of Linux software vulnerabilities that are detected on the asset.
example:0
public DescribeVulNumStatisticsResponseBody.Builder emgNum(Integer emgNum)
The number of urgent vulnerabilities that are detected on the asset.
example:0
public DescribeVulNumStatisticsResponseBody.Builder requestId(String requestId)
The request ID.
example:E22C89D2-FE13-5800-8746-9D0EF1827A59
public DescribeVulNumStatisticsResponseBody.Builder scaNum(Integer scaNum)
The number of middleware vulnerabilities that are detected on the asset.
example:0
public DescribeVulNumStatisticsResponseBody.Builder sysNum(Integer sysNum)
The number of Windows system vulnerabilities that are detected on the asset.
example:0
public DescribeVulNumStatisticsResponseBody.Builder vulAsapSum(Integer vulAsapSum)
The number of vulnerabilities that have the high priority.
example:0
public DescribeVulNumStatisticsResponseBody.Builder vulDealedTotalNum(Integer vulDealedTotalNum)
The number of vulnerabilities that are handled.
example:0
public DescribeVulNumStatisticsResponseBody.Builder vulLaterSum(Integer vulLaterSum)
The number of vulnerabilities that have the medium priority.
example:0
public DescribeVulNumStatisticsResponseBody.Builder vulNntfSum(Integer vulNntfSum)
The number of vulnerabilities that have the low priority.
example:0
public DescribeVulNumStatisticsResponseBody build()
Copyright © 2026. All rights reserved.