public static final class DescribeVulFixStatisticsResponseBody.FixTotal.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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)
public DescribeVulFixStatisticsResponseBody.FixTotal.Builder fixedTotalNum(Integer fixedTotalNum)
public DescribeVulFixStatisticsResponseBody.FixTotal.Builder fixingNum(Integer fixingNum)
public DescribeVulFixStatisticsResponseBody.FixTotal.Builder needFixNum(Integer needFixNum)
public DescribeVulFixStatisticsResponseBody.FixTotal build()
Copyright © 2023. All rights reserved.