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 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞 | 
| Long | getTop()Get 漏洞风险服务器top,1-100 | 
| Long | getVulCategory()Get 1:web-cms 漏洞,2.应用漏洞 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据 | 
| void | setIsFollowVul(Long IsFollowVul)Set 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞 | 
| void | setTop(Long Top)Set 漏洞风险服务器top,1-100 | 
| void | setVulCategory(Long VulCategory)Set 1:web-cms 漏洞,2.应用漏洞 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据 | 
| 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 DescribeVulTopRequest()
public DescribeVulTopRequest(DescribeVulTopRequest source)
public Long getTop()
public void setTop(Long Top)
Top - 漏洞风险服务器top,1-100public Long getVulCategory()
public void setVulCategory(Long VulCategory)
VulCategory - 1:web-cms 漏洞,2.应用漏洞 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据public Long getIsFollowVul()
public void setIsFollowVul(Long IsFollowVul)
IsFollowVul - 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞Copyright © 2025. All rights reserved.