public class ExportVulListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportVulListRequest() | 
| ExportVulListRequest(ExportVulListRequest 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 Filter criteria
VulCategory - int - required: no - filter by vulnerability category: 1 - web-cms vulnerabilities; 2 - application vulnerabilities; 4 - Linux software vulnerabilities; 5 - Windows system vulnerabilities
IfEmergency - String - required: no - whether an emergency vulnerability; if you need to query an emergency vulnerability, please pass yes to this parameter.
Status - String - required: yes - filter by vulnerability status: 0 - pending; 1 - ignored; 3 - fixed; 5 - detecting. | 
| Long | getIfDetail()Get Whether to export details: 1 - yes; 0 - no | 
| void | setFilters(Filter[] Filters)Set Filter criteria
VulCategory - int - required: no - filter by vulnerability category: 1 - web-cms vulnerabilities; 2 - application vulnerabilities; 4 - Linux software vulnerabilities; 5 - Windows system vulnerabilities
IfEmergency - String - required: no - whether an emergency vulnerability; if you need to query an emergency vulnerability, please pass yes to this parameter.
Status - String - required: yes - filter by vulnerability status: 0 - pending; 1 - ignored; 3 - fixed; 5 - detecting. | 
| void | setIfDetail(Long IfDetail)Set Whether to export details: 1 - yes; 0 - no | 
| 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 ExportVulListRequest()
public ExportVulListRequest(ExportVulListRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria
public Long getIfDetail()
public void setIfDetail(Long IfDetail)
IfDetail - Whether to export details: 1 - yes; 0 - noCopyright © 2025. All rights reserved.