public class GetRiskStatisticsResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<GetRiskStatisticsResponse>
| 构造器和说明 |
|---|
GetRiskStatisticsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBenchmarkRiskTasksCount()
基线风险数
|
Long |
getImageRiskTasksCount()
镜像漏洞风险数
|
Long |
getRuntimeRiskTasksCount()
运行时风险数
|
Long |
getTotalRiskTasksCount()
风险总数
|
Long |
getUnconfirmedRisksTasksCount()
未响应风险数
|
Long |
getUnfixedRiskTasksCount()
未修复风险数
|
void |
setBenchmarkRiskTasksCount(Long benchmarkRiskTasksCount)
基线风险数
|
void |
setImageRiskTasksCount(Long imageRiskTasksCount)
镜像漏洞风险数
|
void |
setRuntimeRiskTasksCount(Long runtimeRiskTasksCount)
运行时风险数
|
void |
setTotalRiskTasksCount(Long totalRiskTasksCount)
风险总数
|
void |
setUnconfirmedRisksTasksCount(Long unconfirmedRisksTasksCount)
未响应风险数
|
void |
setUnfixedRiskTasksCount(Long unfixedRiskTasksCount)
未修复风险数
|
public Long getTotalRiskTasksCount()
public void setTotalRiskTasksCount(Long totalRiskTasksCount)
public Long getUnfixedRiskTasksCount()
public void setUnfixedRiskTasksCount(Long unfixedRiskTasksCount)
public Long getUnconfirmedRisksTasksCount()
public void setUnconfirmedRisksTasksCount(Long unconfirmedRisksTasksCount)
public Long getImageRiskTasksCount()
public void setImageRiskTasksCount(Long imageRiskTasksCount)
public Long getBenchmarkRiskTasksCount()
public void setBenchmarkRiskTasksCount(Long benchmarkRiskTasksCount)
public Long getRuntimeRiskTasksCount()
public void setRuntimeRiskTasksCount(Long runtimeRiskTasksCount)
Copyright © 2023. All Rights Reserved.