public class DescribeVulLevelImageSummaryResponse extends AbstractModel
Constructor and Description |
---|
DescribeVulLevelImageSummaryResponse() |
DescribeVulLevelImageSummaryResponse(DescribeVulLevelImageSummaryResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getCriticalLevelVulLocalImagePercent()
Get Percentage of critical vulnerabilities in the latest local images
|
Float |
getCriticalLevelVulRegistryImagePercent()
Get Percentage of critical vulnerabilities in the latest repository image
|
Float |
getHighLevelVulLocalImagePercent()
Get Percentage of high-risk vulnerabilities in the latest local images
|
Float |
getHighLevelVulRegistryImagePercent()
Get Percentage of high-risk vulnerabilities in the latest repository image
|
Long |
getLocalNewestImageCount()
Get Number of affected local images on the latest version
|
Float |
getLowLevelVulLocalImagePercent()
Get Percentage of low-risk vulnerabilities in the latest local images
|
Float |
getLowLevelVulRegistryImagePercent()
Get Percentage of low-risk vulnerabilities in the latest repository image
|
Float |
getMediumLevelVulLocalImagePercent()
Get Percentage of medium-risk vulnerabilities in the latest local images
|
Float |
getMediumLevelVulRegistryImagePercent()
Get Percentage of medium-risk vulnerabilities in the latest repository image
|
Long |
getRegistryNewestImageCount()
Get Number of affected repository images on the latest version
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setCriticalLevelVulLocalImagePercent(Float CriticalLevelVulLocalImagePercent)
Set Percentage of critical vulnerabilities in the latest local images
|
void |
setCriticalLevelVulRegistryImagePercent(Float CriticalLevelVulRegistryImagePercent)
Set Percentage of critical vulnerabilities in the latest repository image
|
void |
setHighLevelVulLocalImagePercent(Float HighLevelVulLocalImagePercent)
Set Percentage of high-risk vulnerabilities in the latest local images
|
void |
setHighLevelVulRegistryImagePercent(Float HighLevelVulRegistryImagePercent)
Set Percentage of high-risk vulnerabilities in the latest repository image
|
void |
setLocalNewestImageCount(Long LocalNewestImageCount)
Set Number of affected local images on the latest version
|
void |
setLowLevelVulLocalImagePercent(Float LowLevelVulLocalImagePercent)
Set Percentage of low-risk vulnerabilities in the latest local images
|
void |
setLowLevelVulRegistryImagePercent(Float LowLevelVulRegistryImagePercent)
Set Percentage of low-risk vulnerabilities in the latest repository image
|
void |
setMediumLevelVulLocalImagePercent(Float MediumLevelVulLocalImagePercent)
Set Percentage of medium-risk vulnerabilities in the latest local images
|
void |
setMediumLevelVulRegistryImagePercent(Float MediumLevelVulRegistryImagePercent)
Set Percentage of medium-risk vulnerabilities in the latest repository image
|
void |
setRegistryNewestImageCount(Long RegistryNewestImageCount)
Set Number of affected repository images on the latest version
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeVulLevelImageSummaryResponse()
public DescribeVulLevelImageSummaryResponse(DescribeVulLevelImageSummaryResponse source)
public Float getHighLevelVulLocalImagePercent()
public void setHighLevelVulLocalImagePercent(Float HighLevelVulLocalImagePercent)
HighLevelVulLocalImagePercent
- Percentage of high-risk vulnerabilities in the latest local imagespublic Float getMediumLevelVulLocalImagePercent()
public void setMediumLevelVulLocalImagePercent(Float MediumLevelVulLocalImagePercent)
MediumLevelVulLocalImagePercent
- Percentage of medium-risk vulnerabilities in the latest local imagespublic Float getLowLevelVulLocalImagePercent()
public void setLowLevelVulLocalImagePercent(Float LowLevelVulLocalImagePercent)
LowLevelVulLocalImagePercent
- Percentage of low-risk vulnerabilities in the latest local imagespublic Float getCriticalLevelVulLocalImagePercent()
public void setCriticalLevelVulLocalImagePercent(Float CriticalLevelVulLocalImagePercent)
CriticalLevelVulLocalImagePercent
- Percentage of critical vulnerabilities in the latest local imagespublic Long getLocalNewestImageCount()
public void setLocalNewestImageCount(Long LocalNewestImageCount)
LocalNewestImageCount
- Number of affected local images on the latest versionpublic Long getRegistryNewestImageCount()
public void setRegistryNewestImageCount(Long RegistryNewestImageCount)
RegistryNewestImageCount
- Number of affected repository images on the latest versionpublic Float getHighLevelVulRegistryImagePercent()
public void setHighLevelVulRegistryImagePercent(Float HighLevelVulRegistryImagePercent)
HighLevelVulRegistryImagePercent
- Percentage of high-risk vulnerabilities in the latest repository imagepublic Float getMediumLevelVulRegistryImagePercent()
public void setMediumLevelVulRegistryImagePercent(Float MediumLevelVulRegistryImagePercent)
MediumLevelVulRegistryImagePercent
- Percentage of medium-risk vulnerabilities in the latest repository imagepublic Float getLowLevelVulRegistryImagePercent()
public void setLowLevelVulRegistryImagePercent(Float LowLevelVulRegistryImagePercent)
LowLevelVulRegistryImagePercent
- Percentage of low-risk vulnerabilities in the latest repository imagepublic Float getCriticalLevelVulRegistryImagePercent()
public void setCriticalLevelVulRegistryImagePercent(Float CriticalLevelVulRegistryImagePercent)
CriticalLevelVulRegistryImagePercent
- Percentage of critical vulnerabilities in the latest repository imagepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.