public class DescribeVulListRequest extends AbstractModel
Constructor and Description |
---|
DescribeVulListRequest() |
DescribeVulListRequest(DescribeVulListRequest 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 |
getBy()
Get 可选排序字段 Level,LastTime,HostCount
|
Filters[] |
getFilters()
Get 过滤条件。
Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
ModifyTime - String - 是否必填:否 - 最近发生时间
Uuid- String - 是否必填:否 - 主机uuid查询
VulName- string -
VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持
Labels- string- 是否必填:否 - 标签搜索
|
Long |
getLimit()
Get 返回数量,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrder()
Get 排序顺序:desc 默认asc
|
void |
setBy(String By)
Set 可选排序字段 Level,LastTime,HostCount
|
void |
setFilters(Filters[] Filters)
Set 过滤条件。
Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略
ModifyTime - String - 是否必填:否 - 最近发生时间
Uuid- String - 是否必填:否 - 主机uuid查询
VulName- string -
VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持
Labels- string- 是否必填:否 - 标签搜索
|
void |
setLimit(Long Limit)
Set 返回数量,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setOrder(String Order)
Set 排序顺序:desc 默认asc
|
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 DescribeVulListRequest()
public DescribeVulListRequest(DescribeVulListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- 过滤条件。
public String getBy()
public void setBy(String By)
By
- 可选排序字段 Level,LastTime,HostCountpublic String getOrder()
public void setOrder(String Order)
Order
- 排序顺序:desc 默认ascCopyright © 2022. All rights reserved.