public class DescribeAgentVulsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAgentVulsRequest() | 
| DescribeAgentVulsRequest(DescribeAgentVulsRequest 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 | 
|---|---|
| Filter[] | getFilters()Get 过滤条件。
Status - String - 是否必填:否 - 状态筛选(UN_OPERATED: 待处理 | FIXED:已修复) | 
| Long | getLimit()Get 返回数量,默认为10,最大值为100。 | 
| Long | getOffset()Get 偏移量,默认为0。 | 
| String | getUuid()Get 客户端UUID。 | 
| String | getVulType()Get 漏洞类型。
WEB: Web应用漏洞
SYSTEM:系统组件漏洞
BASELINE:安全基线 | 
| void | setFilters(Filter[] Filters)Set 过滤条件。
Status - String - 是否必填:否 - 状态筛选(UN_OPERATED: 待处理 | FIXED:已修复) | 
| void | setLimit(Long Limit)Set 返回数量,默认为10,最大值为100。 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。 | 
| void | setUuid(String Uuid)Set 客户端UUID。 | 
| void | setVulType(String VulType)Set 漏洞类型。
WEB: Web应用漏洞
SYSTEM:系统组件漏洞
BASELINE:安全基线 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAgentVulsRequest()
public DescribeAgentVulsRequest(DescribeAgentVulsRequest source)
public String getVulType()
public void setVulType(String VulType)
VulType - 漏洞类型。
public String getUuid()
public void setUuid(String Uuid)
Uuid - 客户端UUID。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为10,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件。
Copyright © 2025. All rights reserved.