Class ExportIgnoreRuleEffectHostListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ExportIgnoreRuleEffectHostListRequest
-
public class ExportIgnoreRuleEffectHostListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExportIgnoreRuleEffectHostListRequest()ExportIgnoreRuleEffectHostListRequest(ExportIgnoreRuleEffectHostListRequest 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 过滤条件。 AliasName- String- 主机别名LonggetRuleId()Get 检测项idvoidsetFilters(Filters[] Filters)Set 过滤条件。 AliasName- String- 主机别名voidsetRuleId(Long RuleId)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
-
ExportIgnoreRuleEffectHostListRequest
public ExportIgnoreRuleEffectHostListRequest()
-
ExportIgnoreRuleEffectHostListRequest
public ExportIgnoreRuleEffectHostListRequest(ExportIgnoreRuleEffectHostListRequest 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
-
getRuleId
public Long getRuleId()
Get 检测项id- Returns:
- RuleId 检测项id
-
setRuleId
public void setRuleId(Long RuleId)
Set 检测项id- Parameters:
RuleId- 检测项id
-
getFilters
public Filters[] getFilters()
Get 过滤条件。- AliasName- String- 主机别名
- Returns:
- Filters 过滤条件。
- AliasName- String- 主机别名
-
setFilters
public void setFilters(Filters[] Filters)
Set 过滤条件。- AliasName- String- 主机别名
- Parameters:
Filters- 过滤条件。- AliasName- String- 主机别名
-
-