Uses of Class
com.tencentcloudapi.teo.v20220901.models.RuleAndConditions
-
Packages that use RuleAndConditions Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of RuleAndConditions in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return RuleAndConditions Modifier and Type Method Description RuleAndConditions[]Rule. getConditions()Get 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。RuleAndConditions[]SubRule. getConditions()Get 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type RuleAndConditions Modifier and Type Method Description voidRule. setConditions(RuleAndConditions[] Conditions)Set 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。voidSubRule. setConditions(RuleAndConditions[] Conditions)Set 执行功能判断条件。 注意:满足该数组内任意一项条件,功能即可执行。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type RuleAndConditions Constructor Description RuleAndConditions(RuleAndConditions 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.
-