public class DescribeVulHostTopRequest extends AbstractModel
Constructor and Description |
---|
DescribeVulHostTopRequest() |
DescribeVulHostTopRequest(DescribeVulHostTopRequest 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeVulHostTopRequest()
public DescribeVulHostTopRequest(DescribeVulHostTopRequest 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 © 2022. All rights reserved.