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 Filter parameters
|
Long |
getLimit()
Get Number of items to be returned.
|
Long |
getOffset()
Get Offset.
|
Long |
getTaskId()
Get Vulnerability scan task ID (different from the task ID of the export detection report task ID in the output parameter)
|
void |
setFilters(Filters[] Filters)
Set Filter parameters
|
void |
setLimit(Long Limit)
Set Number of items to be returned.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setTaskId(Long TaskId)
Set Vulnerability scan task ID (different from the task ID of the export detection report task ID in the output parameter)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExportVulDetectionReportRequest()
public ExportVulDetectionReportRequest(ExportVulDetectionReportRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Vulnerability scan task ID (different from the task ID of the export detection report task ID in the output parameter)public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- Filter parameterspublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of items to be returned. It is 10 by default, and the maximum value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.Copyright © 2024. All rights reserved.