Class DescribeScanStateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeScanStateRequest
-
public class DescribeScanStateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeScanStateRequest()DescribeScanStateRequest(DescribeScanStateRequest 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 过滤参数; StrategyId 基线策略ID ,仅ModuleType 为 Baseline 时需要StringgetModuleType()Get 模块类型 当前提供 Malware 木马 , Vul 漏洞 , Baseline 基线voidsetFilters(Filters[] Filters)Set 过滤参数; StrategyId 基线策略ID ,仅ModuleType 为 Baseline 时需要voidsetModuleType(String ModuleType)Set 模块类型 当前提供 Malware 木马 , Vul 漏洞 , Baseline 基线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
-
DescribeScanStateRequest
public DescribeScanStateRequest()
-
DescribeScanStateRequest
public DescribeScanStateRequest(DescribeScanStateRequest 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 基线
-
getFilters
public Filters[] getFilters()
Get 过滤参数;- StrategyId 基线策略ID ,仅ModuleType 为 Baseline 时需要
- Returns:
- Filters 过滤参数;
- StrategyId 基线策略ID ,仅ModuleType 为 Baseline 时需要
-
setFilters
public void setFilters(Filters[] Filters)
Set 过滤参数;- StrategyId 基线策略ID ,仅ModuleType 为 Baseline 时需要
- Parameters:
Filters- 过滤参数;- StrategyId 基线策略ID ,仅ModuleType 为 Baseline 时需要
-
-