public static final class GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder |
baseline(Integer baseline)
The number of baseline risks.
|
GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo |
build() |
GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder |
scanTime(Long scanTime)
The timestamp when the scan was performed.
|
GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder |
scanTimeTimestamp(Long scanTimeTimestamp)
The timestamp when the scan was performed.
|
GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder |
totalScanned(Integer totalScanned)
The number of scanned Docker Hub images.
|
GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder |
vulAsap(Integer vulAsap)
The number of high-risk vulnerabilities.
|
public GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder baseline(Integer baseline)
The number of baseline risks.
example:1
public GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder scanTime(Long scanTime)
The timestamp when the scan was performed.
example:1693997625000
public GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder scanTimeTimestamp(Long scanTimeTimestamp)
The timestamp when the scan was performed.
example:1693997625000
public GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder totalScanned(Integer totalScanned)
The number of scanned Docker Hub images.
example:1
public GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo.Builder vulAsap(Integer vulAsap)
The number of high-risk vulnerabilities.
example:1
public GetDockerhubImageRiskStatisticResponseBody.RiskRankInfo build()
Copyright © 2026. All rights reserved.