public static final class DescribeVulFixStatisticsResponseBody.FixTotal.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVulFixStatisticsResponseBody.FixTotal |
build() |
DescribeVulFixStatisticsResponseBody.FixTotal.Builder |
fixedTodayNum(Integer fixedTodayNum)
The number of vulnerabilities that are fixed on the current day.
|
DescribeVulFixStatisticsResponseBody.FixTotal.Builder |
fixedTotalNum(Integer fixedTotalNum)
The total number of fixed vulnerabilities.
|
DescribeVulFixStatisticsResponseBody.FixTotal.Builder |
fixingNum(Integer fixingNum)
The number of vulnerabilities that are being fixed.
|
DescribeVulFixStatisticsResponseBody.FixTotal.Builder |
needFixNum(Integer needFixNum)
The number of unfixed vulnerabilities.
|
public DescribeVulFixStatisticsResponseBody.FixTotal.Builder fixedTodayNum(Integer fixedTodayNum)
The number of vulnerabilities that are fixed on the current day.
example:15
public DescribeVulFixStatisticsResponseBody.FixTotal.Builder fixedTotalNum(Integer fixedTotalNum)
The total number of fixed vulnerabilities.
example:47
public DescribeVulFixStatisticsResponseBody.FixTotal.Builder fixingNum(Integer fixingNum)
The number of vulnerabilities that are being fixed.
example:22
public DescribeVulFixStatisticsResponseBody.FixTotal.Builder needFixNum(Integer needFixNum)
The number of unfixed vulnerabilities.
example:62
public DescribeVulFixStatisticsResponseBody.FixTotal build()
Copyright © 2026. All rights reserved.