Class ExportVulDetectionReportRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ExportVulDetectionReportRequest
-
public class ExportVulDetectionReportRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filters[]getFilters()Get 过滤参数LonggetLimit()Get 需要返回的数量,默认为10,最大值为100LonggetOffset()Get 偏移量,默认为0。LonggetTaskId()Get 漏洞扫描任务id(不同于出参的导出检测报告的任务Id)voidsetFilters(Filters[] Filters)Set 过滤参数voidsetLimit(Long Limit)Set 需要返回的数量,默认为10,最大值为100voidsetOffset(Long Offset)Set 偏移量,默认为0。voidsetTaskId(Long TaskId)Set 漏洞扫描任务id(不同于出参的导出检测报告的任务Id)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExportVulDetectionReportRequest
public ExportVulDetectionReportRequest()
-
ExportVulDetectionReportRequest
public 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.
-
-
Method Detail
-
getTaskId
public Long getTaskId()
Get 漏洞扫描任务id(不同于出参的导出检测报告的任务Id)- Returns:
- TaskId 漏洞扫描任务id(不同于出参的导出检测报告的任务Id)
-
setTaskId
public void setTaskId(Long TaskId)
Set 漏洞扫描任务id(不同于出参的导出检测报告的任务Id)- Parameters:
TaskId- 漏洞扫描任务id(不同于出参的导出检测报告的任务Id)
-
getFilters
public Filters[] getFilters()
Get 过滤参数- Returns:
- Filters 过滤参数
-
setFilters
public void setFilters(Filters[] Filters)
Set 过滤参数- Parameters:
Filters- 过滤参数
-
getLimit
public Long getLimit()
Get 需要返回的数量,默认为10,最大值为100- Returns:
- Limit 需要返回的数量,默认为10,最大值为100
-
setLimit
public void setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100- Parameters:
Limit- 需要返回的数量,默认为10,最大值为100
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
-