public class DescribeVulSummaryResponse extends AbstractModel
Constructor and Description |
---|
DescribeVulSummaryResponse() |
DescribeVulSummaryResponse(DescribeVulSummaryResponse 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 |
---|---|
Long |
getPocExpLevelVulCount()
Get Number of vulnerabilities with POC or EXP
|
Long |
getRemoteExpLevelVulCount()
Get Number of vulnerabilities with remote EXP
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getSeriousVulCount()
Get Number of critical and high-risk vulnerabilities
|
Long |
getSeriousVulNewestImageCount()
Get Number of images on the latest version affected by critical or high-risk vulnerabilities
|
Long |
getSuggestVulCount()
Get Number of high-priority vulnerabilities
|
Long |
getVulTotalCount()
Get Total number of vulnerabilities
|
void |
setPocExpLevelVulCount(Long PocExpLevelVulCount)
Set Number of vulnerabilities with POC or EXP
|
void |
setRemoteExpLevelVulCount(Long RemoteExpLevelVulCount)
Set Number of vulnerabilities with remote EXP
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSeriousVulCount(Long SeriousVulCount)
Set Number of critical and high-risk vulnerabilities
|
void |
setSeriousVulNewestImageCount(Long SeriousVulNewestImageCount)
Set Number of images on the latest version affected by critical or high-risk vulnerabilities
|
void |
setSuggestVulCount(Long SuggestVulCount)
Set Number of high-priority vulnerabilities
|
void |
setVulTotalCount(Long VulTotalCount)
Set Total number of vulnerabilities
|
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 DescribeVulSummaryResponse()
public DescribeVulSummaryResponse(DescribeVulSummaryResponse source)
public Long getVulTotalCount()
public void setVulTotalCount(Long VulTotalCount)
VulTotalCount
- Total number of vulnerabilitiespublic Long getSeriousVulCount()
public void setSeriousVulCount(Long SeriousVulCount)
SeriousVulCount
- Number of critical and high-risk vulnerabilitiespublic Long getSuggestVulCount()
public void setSuggestVulCount(Long SuggestVulCount)
SuggestVulCount
- Number of high-priority vulnerabilitiespublic Long getPocExpLevelVulCount()
public void setPocExpLevelVulCount(Long PocExpLevelVulCount)
PocExpLevelVulCount
- Number of vulnerabilities with POC or EXPpublic Long getRemoteExpLevelVulCount()
public void setRemoteExpLevelVulCount(Long RemoteExpLevelVulCount)
RemoteExpLevelVulCount
- Number of vulnerabilities with remote EXPpublic Long getSeriousVulNewestImageCount()
public void setSeriousVulNewestImageCount(Long SeriousVulNewestImageCount)
SeriousVulNewestImageCount
- Number of images on the latest version affected by critical or high-risk vulnerabilitiespublic 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.