public static final class DescribeVulFixStatisticsResponseBody.FixStat.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVulFixStatisticsResponseBody.FixStat |
build() |
DescribeVulFixStatisticsResponseBody.FixStat.Builder |
fixedTodayNum(Integer fixedTodayNum)
The number of vulnerabilities that are fixed on the current day.
|
DescribeVulFixStatisticsResponseBody.FixStat.Builder |
fixedTotalNum(Integer fixedTotalNum)
The total number of fixed vulnerabilities.
|
DescribeVulFixStatisticsResponseBody.FixStat.Builder |
fixingNum(Integer fixingNum)
The number of vulnerabilities that are being fixed.
|
DescribeVulFixStatisticsResponseBody.FixStat.Builder |
needFixNum(Integer needFixNum)
The number of unfixed vulnerabilities.
|
DescribeVulFixStatisticsResponseBody.FixStat.Builder |
type(String type)
The type of the vulnerability.
|
public DescribeVulFixStatisticsResponseBody.FixStat.Builder fixedTodayNum(Integer fixedTodayNum)
The number of vulnerabilities that are fixed on the current day.
example:10
public DescribeVulFixStatisticsResponseBody.FixStat.Builder fixedTotalNum(Integer fixedTotalNum)
The total number of fixed vulnerabilities.
example:22
public DescribeVulFixStatisticsResponseBody.FixStat.Builder fixingNum(Integer fixingNum)
The number of vulnerabilities that are being fixed.
example:17
public DescribeVulFixStatisticsResponseBody.FixStat.Builder needFixNum(Integer needFixNum)
The number of unfixed vulnerabilities.
example:8
public DescribeVulFixStatisticsResponseBody.FixStat.Builder type(String type)
The type of the vulnerability. Valid values:
cve
public DescribeVulFixStatisticsResponseBody.FixStat build()
Copyright © 2026. All rights reserved.