public class ExportScanTaskDetailsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportScanTaskDetailsRequest() |
ExportScanTaskDetailsRequest(ExportScanTaskDetailsRequest 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 parameter: ipOrAlias (server name/IP address)
|
String |
getModuleType()
Get Module type.
|
Long |
getTaskId()
Get Task ID for this detection (different from the ID of the task for exporting the detection Excel file in the input parameters)
|
void |
setFilters(Filters[] Filters)
Set Filter parameter: ipOrAlias (server name/IP address)
|
void |
setModuleType(String ModuleType)
Set Module type.
|
void |
setTaskId(Long TaskId)
Set Task ID for this detection (different from the ID of the task for exporting the detection Excel file in the input parameters)
|
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 ExportScanTaskDetailsRequest()
public ExportScanTaskDetailsRequest(ExportScanTaskDetailsRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task ID for this detection (different from the ID of the task for exporting the detection Excel file in the input parameters)public String getModuleType()
public void setModuleType(String ModuleType)
ModuleType
- Module type. Malware: Trojan; Vul: vulnerability; Baseline: baseline.public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- Filter parameter: ipOrAlias (server name/IP address)Copyright © 2025. All rights reserved.