Class PartialModule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.PartialModule
-
public class PartialModule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PartialModule()
PartialModule(PartialModule 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 Long[]
getInclude()
Get 模块下的需要例外的具体规则ID列表。 注意:此字段可能返回 null,表示取不到有效值。String
getModule()
Get 模块名称,取值为: waf:托管规则。void
setInclude(Long[] Include)
Set 模块下的需要例外的具体规则ID列表。 注意:此字段可能返回 null,表示取不到有效值。void
setModule(String Module)
Set 模块名称,取值为: waf:托管规则。void
toMap(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
-
PartialModule
public PartialModule()
-
PartialModule
public PartialModule(PartialModule 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
-
getModule
public String getModule()
Get 模块名称,取值为:- waf:托管规则。
- Returns:
- Module 模块名称,取值为:
- waf:托管规则。
-
setModule
public void setModule(String Module)
Set 模块名称,取值为:- waf:托管规则。
- Parameters:
Module
- 模块名称,取值为:- waf:托管规则。
-
getInclude
public Long[] getInclude()
Get 模块下的需要例外的具体规则ID列表。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Include 模块下的需要例外的具体规则ID列表。 注意:此字段可能返回 null,表示取不到有效值。
-
setInclude
public void setInclude(Long[] Include)
Set 模块下的需要例外的具体规则ID列表。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Include
- 模块下的需要例外的具体规则ID列表。 注意:此字段可能返回 null,表示取不到有效值。
-
-