public class DescribeScanStateRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Filters[] | getFilters()Get 过滤参数;
StrategyId 基线策略ID ,仅ModuleType 为 Baseline 时需要 | 
| String | getModuleType()Get 模块类型 当前提供 Malware 木马 , Vul 漏洞 , Baseline 基线 | 
| void | setFilters(Filters[] Filters)Set 过滤参数;
StrategyId 基线策略ID ,仅ModuleType 为 Baseline 时需要 | 
| void | setModuleType(String ModuleType)Set 模块类型 当前提供 Malware 木马 , Vul 漏洞 , Baseline 基线 | 
| 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 DescribeScanStateRequest()
public DescribeScanStateRequest(DescribeScanStateRequest source)
public String getModuleType()
public void setModuleType(String ModuleType)
ModuleType - 模块类型 当前提供 Malware 木马 , Vul 漏洞 , Baseline 基线public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters - 过滤参数;
Copyright © 2025. All rights reserved.