Class DescribeVulCountByDatesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeVulCountByDatesRequest
-
public class DescribeVulCountByDatesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeVulCountByDatesRequest()DescribeVulCountByDatesRequest(DescribeVulCountByDatesRequest 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 StringgetIfEmergency()Get 是否为应急漏洞筛选 是: yesLong[]getLastDays()Get 需要查询最近几天的数据,需要都 -1后传入LonggetVulCategory()Get 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞voidsetIfEmergency(String IfEmergency)Set 是否为应急漏洞筛选 是: yesvoidsetLastDays(Long[] LastDays)Set 需要查询最近几天的数据,需要都 -1后传入voidsetVulCategory(Long VulCategory)Set 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞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
-
DescribeVulCountByDatesRequest
public DescribeVulCountByDatesRequest()
-
DescribeVulCountByDatesRequest
public DescribeVulCountByDatesRequest(DescribeVulCountByDatesRequest 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
-
getLastDays
public Long[] getLastDays()
Get 需要查询最近几天的数据,需要都 -1后传入- Returns:
- LastDays 需要查询最近几天的数据,需要都 -1后传入
-
setLastDays
public void setLastDays(Long[] LastDays)
Set 需要查询最近几天的数据,需要都 -1后传入- Parameters:
LastDays- 需要查询最近几天的数据,需要都 -1后传入
-
getVulCategory
public Long getVulCategory()
Get 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞- Returns:
- VulCategory 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
-
setVulCategory
public void setVulCategory(Long VulCategory)
Set 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞- Parameters:
VulCategory- 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
-
getIfEmergency
public String getIfEmergency()
Get 是否为应急漏洞筛选 是: yes- Returns:
- IfEmergency 是否为应急漏洞筛选 是: yes
-
setIfEmergency
public void setIfEmergency(String IfEmergency)
Set 是否为应急漏洞筛选 是: yes- Parameters:
IfEmergency- 是否为应急漏洞筛选 是: yes
-
-