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 过滤参数:ipOrAlias(服务器名/ip) | 
| String | getModuleType()Get 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线 | 
| Long | getTaskId()Get 本次检测的任务id(不同于出参的导出本次检测Excel的任务Id) | 
| void | setFilters(Filters[] Filters)Set 过滤参数:ipOrAlias(服务器名/ip) | 
| void | setModuleType(String ModuleType)Set 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线 | 
| void | setTaskId(Long TaskId)Set 本次检测的任务id(不同于出参的导出本次检测Excel的任务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 ExportScanTaskDetailsRequest()
public ExportScanTaskDetailsRequest(ExportScanTaskDetailsRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - 本次检测的任务id(不同于出参的导出本次检测Excel的任务Id)public String getModuleType()
public void setModuleType(String ModuleType)
ModuleType - 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters - 过滤参数:ipOrAlias(服务器名/ip)Copyright © 2025. All rights reserved.