public class DescribeVulCountByDatesRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getIfEmergency()
Get 是否为应急漏洞筛选 是: yes
|
Long[] |
getLastDays()
Get 需要查询最近几天的数据,需要都 -1后传入
|
Long |
getVulCategory()
Get 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
|
void |
setIfEmergency(String IfEmergency)
Set 是否为应急漏洞筛选 是: yes
|
void |
setLastDays(Long[] LastDays)
Set 需要查询最近几天的数据,需要都 -1后传入
|
void |
setVulCategory(Long VulCategory)
Set 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
|
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 DescribeVulCountByDatesRequest()
public DescribeVulCountByDatesRequest(DescribeVulCountByDatesRequest source)
public Long[] getLastDays()
public void setLastDays(Long[] LastDays)
LastDays
- 需要查询最近几天的数据,需要都 -1后传入public Long getVulCategory()
public void setVulCategory(Long VulCategory)
VulCategory
- 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞public String getIfEmergency()
public void setIfEmergency(String IfEmergency)
IfEmergency
- 是否为应急漏洞筛选 是: yesCopyright © 2022. All rights reserved.