public static final class DescribeVulMetaCountStatisticsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVulMetaCountStatisticsResponseBody.Builder |
appCount(Integer appCount)
The number of application vulnerabilities.
|
DescribeVulMetaCountStatisticsResponseBody |
build() |
DescribeVulMetaCountStatisticsResponseBody.Builder |
cveCount(Integer cveCount)
The number of Linux software vulnerabilities.
|
DescribeVulMetaCountStatisticsResponseBody.Builder |
raspDefendCount(Integer raspDefendCount)
The number of vulnerabilities that can be defended by the application protection feature.
|
DescribeVulMetaCountStatisticsResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeVulMetaCountStatisticsResponseBody.Builder |
sysCount(Integer sysCount)
The number of Windows system vulnerabilities.
|
public DescribeVulMetaCountStatisticsResponseBody.Builder appCount(Integer appCount)
The number of application vulnerabilities.
example:0
public DescribeVulMetaCountStatisticsResponseBody.Builder cveCount(Integer cveCount)
The number of Linux software vulnerabilities.
example:10
public DescribeVulMetaCountStatisticsResponseBody.Builder raspDefendCount(Integer raspDefendCount)
The number of vulnerabilities that can be defended by the application protection feature.
example:10
public DescribeVulMetaCountStatisticsResponseBody.Builder requestId(String requestId)
The request ID.
example:571B2642-BF51-5BDD-906B-D2340DB9****
public DescribeVulMetaCountStatisticsResponseBody.Builder sysCount(Integer sysCount)
The number of Windows system vulnerabilities.
example:10
public DescribeVulMetaCountStatisticsResponseBody build()
Copyright © 2026. All rights reserved.