Class SubRuleItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.SubRuleItem
-
public class SubRuleItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SubRuleItem()SubRuleItem(SubRuleItem 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 SubRule[]getRules()Get 嵌套规则信息。String[]getTags()Get 规则标签。voidsetRules(SubRule[] Rules)Set 嵌套规则信息。voidsetTags(String[] Tags)Set 规则标签。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
-
SubRuleItem
public SubRuleItem()
-
SubRuleItem
public SubRuleItem(SubRuleItem 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
-
getRules
public SubRule[] getRules()
Get 嵌套规则信息。- Returns:
- Rules 嵌套规则信息。
-
setRules
public void setRules(SubRule[] Rules)
Set 嵌套规则信息。- Parameters:
Rules- 嵌套规则信息。
-
getTags
public String[] getTags()
Get 规则标签。- Returns:
- Tags 规则标签。
-
setTags
public void setTags(String[] Tags)
Set 规则标签。- Parameters:
Tags- 规则标签。
-
-