public class DescribeVulLevelCountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeVulLevelCountRequest()  | 
DescribeVulLevelCountRequest(DescribeVulLevelCountRequest 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 | 
getIsFollowVul()
Get Whether to count only critical vulnerabilities. 
 | 
Long | 
getVulCategory()
Get 1: web CMS vulnerability; 2: application vulnerability; 3: security baseline; 4: Linux software vulnerability; 5: Windows system vulnerability; 6: emergency vulnerability. 
 | 
void | 
setIsFollowVul(Long IsFollowVul)
Set Whether to count only critical vulnerabilities. 
 | 
void | 
setVulCategory(Long VulCategory)
Set 1: web CMS vulnerability; 2: application vulnerability; 3: security baseline; 4: Linux software vulnerability; 5: Windows system vulnerability; 6: emergency vulnerability. 
 | 
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, toJsonStringpublic DescribeVulLevelCountRequest()
public DescribeVulLevelCountRequest(DescribeVulLevelCountRequest source)
public Long getVulCategory()
public void setVulCategory(Long VulCategory)
VulCategory - 1: web CMS vulnerability; 2: application vulnerability; 3: security baseline; 4: Linux software vulnerability; 5: Windows system vulnerability; 6: emergency vulnerability. If this parameter is left blank or set to 0, the statistics data of all vulnerabilities of types 1, 2, 4, and 5 is returned.public Long getIsFollowVul()
public void setIsFollowVul(Long IsFollowVul)
IsFollowVul - Whether to count only critical vulnerabilities. 1: only critical vulnerabilities; 0: all vulnerabilities.Copyright © 2025. All rights reserved.