public class DescribeVulTopRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVulTopRequest() |
DescribeVulTopRequest(DescribeVulTopRequest 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 focused vulnerabilities.
|
Long |
getTop()
Get Top servers by vulnerability risks.
|
Long |
getVulCategory()
Get 1: web CMS vulnerability; 2: application vulnerability; 4: Linux software vulnerability; 5: Windows system vulnerability; 6: emergency vulnerability.
|
void |
setIsFollowVul(Long IsFollowVul)
Set Whether to count only focused vulnerabilities.
|
void |
setTop(Long Top)
Set Top servers by vulnerability risks.
|
void |
setVulCategory(Long VulCategory)
Set 1: web CMS vulnerability; 2: application vulnerability; 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVulTopRequest()
public DescribeVulTopRequest(DescribeVulTopRequest source)
public Long getTop()
public void setTop(Long Top)
Top
- Top servers by vulnerability risks. The specific number is in the range of 1 to 100.public Long getVulCategory()
public void setVulCategory(Long VulCategory)
VulCategory
- 1: web CMS vulnerability; 2: application vulnerability; 4: Linux software vulnerability; 5: Windows system vulnerability; 6: emergency vulnerability. If this parameter is left blank or set to 0, the statistical data of all these types of vulnerabilities is returned.public Long getIsFollowVul()
public void setIsFollowVul(Long IsFollowVul)
IsFollowVul
- Whether to count only focused vulnerabilities. 1: count only focused vulnerabilities; 0: count all vulnerabilities.Copyright © 2024. All rights reserved.