public class DescribeVulLevelSummaryResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVulLevelSummaryResponse() |
DescribeVulLevelSummaryResponse(DescribeVulLevelSummaryResponse 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 |
getCriticalLevelVulCount()
Get Number of critical vulnerabilities
|
Long |
getHighLevelVulCount()
Get Number of high-risk vulnerabilities
|
Long |
getLowLevelVulCount()
Get Number of low-risk vulnerabilities
|
Long |
getMediumLevelVulCount()
Get Number of medium-risk vulnerabilities
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setCriticalLevelVulCount(Long CriticalLevelVulCount)
Set Number of critical vulnerabilities
|
void |
setHighLevelVulCount(Long HighLevelVulCount)
Set Number of high-risk vulnerabilities
|
void |
setLowLevelVulCount(Long LowLevelVulCount)
Set Number of low-risk vulnerabilities
|
void |
setMediumLevelVulCount(Long MediumLevelVulCount)
Set Number of medium-risk vulnerabilities
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVulLevelSummaryResponse()
public DescribeVulLevelSummaryResponse(DescribeVulLevelSummaryResponse source)
public Long getHighLevelVulCount()
public void setHighLevelVulCount(Long HighLevelVulCount)
HighLevelVulCount
- Number of high-risk vulnerabilitiespublic Long getMediumLevelVulCount()
public void setMediumLevelVulCount(Long MediumLevelVulCount)
MediumLevelVulCount
- Number of medium-risk vulnerabilitiespublic Long getLowLevelVulCount()
public void setLowLevelVulCount(Long LowLevelVulCount)
LowLevelVulCount
- Number of low-risk vulnerabilitiespublic Long getCriticalLevelVulCount()
public void setCriticalLevelVulCount(Long CriticalLevelVulCount)
CriticalLevelVulCount
- Number of critical vulnerabilitiespublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.