Class ExportScanTaskDetailsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ExportScanTaskDetailsRequest
-
public class ExportScanTaskDetailsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filters[]getFilters()Get 过滤参数:ipOrAlias(服务器名/ip)StringgetModuleType()Get 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线LonggetTaskId()Get 本次检测的任务id(不同于出参的导出本次检测Excel的任务Id)voidsetFilters(Filters[] Filters)Set 过滤参数:ipOrAlias(服务器名/ip)voidsetModuleType(String ModuleType)Set 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线voidsetTaskId(Long TaskId)Set 本次检测的任务id(不同于出参的导出本次检测Excel的任务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
-
ExportScanTaskDetailsRequest
public ExportScanTaskDetailsRequest()
-
ExportScanTaskDetailsRequest
public 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.
-
-
Method Detail
-
getTaskId
public Long getTaskId()
Get 本次检测的任务id(不同于出参的导出本次检测Excel的任务Id)- Returns:
- TaskId 本次检测的任务id(不同于出参的导出本次检测Excel的任务Id)
-
setTaskId
public void setTaskId(Long TaskId)
Set 本次检测的任务id(不同于出参的导出本次检测Excel的任务Id)- Parameters:
TaskId- 本次检测的任务id(不同于出参的导出本次检测Excel的任务Id)
-
getModuleType
public String getModuleType()
Get 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线- Returns:
- ModuleType 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线
-
setModuleType
public void setModuleType(String ModuleType)
Set 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线- Parameters:
ModuleType- 模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线
-
getFilters
public Filters[] getFilters()
Get 过滤参数:ipOrAlias(服务器名/ip)- Returns:
- Filters 过滤参数:ipOrAlias(服务器名/ip)
-
setFilters
public void setFilters(Filters[] Filters)
Set 过滤参数:ipOrAlias(服务器名/ip)- Parameters:
Filters- 过滤参数:ipOrAlias(服务器名/ip)
-
-