Class DescribeScanTaskDetailsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeScanTaskDetailsRequest
-
public class DescribeScanTaskDetailsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeScanTaskDetailsRequest()DescribeScanTaskDetailsRequest(DescribeScanTaskDetailsRequest 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 需要返回的数量,最大值为100StringgetModuleType()Get 模块类型 当前提供 Malware 木马 , Vul 漏洞 , Baseline 基线LonggetOffset()Get 偏移量,默认为0。LonggetTaskId()Get 任务IDvoidsetFilters(Filters[] Filters)Set 过滤参数voidsetLimit(Long Limit)Set 需要返回的数量,最大值为100voidsetModuleType(String ModuleType)Set 模块类型 当前提供 Malware 木马 , Vul 漏洞 , Baseline 基线voidsetOffset(Long Offset)Set 偏移量,默认为0。voidsetTaskId(Long TaskId)Set 任务IDvoidtoMap(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
-
DescribeScanTaskDetailsRequest
public DescribeScanTaskDetailsRequest()
-
DescribeScanTaskDetailsRequest
public DescribeScanTaskDetailsRequest(DescribeScanTaskDetailsRequest 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
-
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 基线
-
getTaskId
public Long getTaskId()
Get 任务ID- Returns:
- TaskId 任务ID
-
setTaskId
public void setTaskId(Long TaskId)
Set 任务ID- Parameters:
TaskId- 任务ID
-
getFilters
public Filters[] getFilters()
Get 过滤参数- Returns:
- Filters 过滤参数
-
setFilters
public void setFilters(Filters[] Filters)
Set 过滤参数- Parameters:
Filters- 过滤参数
-
getLimit
public Long getLimit()
Get 需要返回的数量,最大值为100- Returns:
- Limit 需要返回的数量,最大值为100
-
setLimit
public void setLimit(Long Limit)
Set 需要返回的数量,最大值为100- Parameters:
Limit- 需要返回的数量,最大值为100
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
-