public class ExportVulDetectionReportRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportVulDetectionReportRequest() | 
| ExportVulDetectionReportRequest(ExportVulDetectionReportRequest 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 | 
|---|---|
| Filters[] | getFilters()Get 过滤参数 | 
| Long | getLimit()Get 需要返回的数量,默认为10,最大值为100 | 
| Long | getOffset()Get 偏移量,默认为0。 | 
| Long | getTaskId()Get 漏洞扫描任务id(不同于出参的导出检测报告的任务Id) | 
| void | setFilters(Filters[] Filters)Set 过滤参数 | 
| void | setLimit(Long Limit)Set 需要返回的数量,默认为10,最大值为100 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。 | 
| void | setTaskId(Long TaskId)Set 漏洞扫描任务id(不同于出参的导出检测报告的任务Id) | 
| 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 ExportVulDetectionReportRequest()
public ExportVulDetectionReportRequest(ExportVulDetectionReportRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - 漏洞扫描任务id(不同于出参的导出检测报告的任务Id)public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters - 过滤参数public Long getLimit()
public void setLimit(Long Limit)
Limit - 需要返回的数量,默认为10,最大值为100public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。Copyright © 2025. All rights reserved.