Class SubRule
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.SubRule
-
public class SubRule extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action[]getActions()Get 执行的功能。RuleAndConditions[]getConditions()Get 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。voidsetActions(Action[] Actions)Set 执行的功能。voidsetConditions(RuleAndConditions[] Conditions)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
-
SubRule
public SubRule()
-
SubRule
public SubRule(SubRule 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
-
getConditions
public RuleAndConditions[] getConditions()
Get 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。- Returns:
- Conditions 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。
-
setConditions
public void setConditions(RuleAndConditions[] Conditions)
Set 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。- Parameters:
Conditions- 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。
-
getActions
public Action[] getActions()
Get 执行的功能。- Returns:
- Actions 执行的功能。
-
setActions
public void setActions(Action[] Actions)
Set 执行的功能。- Parameters:
Actions- 执行的功能。
-
-