Class DescribeVulLevelCountRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeVulLevelCountRequest
-
public class DescribeVulLevelCountRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetIsFollowVul()Get 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞LonggetVulCategory()Get 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据voidsetIsFollowVul(Long IsFollowVul)Set 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞voidsetVulCategory(Long VulCategory)Set 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeVulLevelCountRequest
public DescribeVulLevelCountRequest()
-
DescribeVulLevelCountRequest
public 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.
-
-
Method Detail
-
getVulCategory
public Long getVulCategory()
Get 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据- Returns:
- VulCategory 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据
-
setVulCategory
public void setVulCategory(Long VulCategory)
Set 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据- Parameters:
VulCategory- 1:web-cms 漏洞,2.应用漏洞 3:安全基线 4: Linux软件漏洞 5: windows系统漏洞 6:应急漏洞,不填或者填0时返回 1,2,4,5 的总统计数据
-
getIsFollowVul
public Long getIsFollowVul()
Get 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞- Returns:
- IsFollowVul 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞
-
setIsFollowVul
public void setIsFollowVul(Long IsFollowVul)
Set 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞- Parameters:
IsFollowVul- 是否仅统计重点关注漏洞 1=仅统计重点关注漏洞, 0=统计全部漏洞
-
-