Uses of Class
com.tencentcloudapi.teo.v20220901.models.RuleChoicePropertiesItem
-
Packages that use RuleChoicePropertiesItem Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of RuleChoicePropertiesItem in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return RuleChoicePropertiesItem Modifier and Type Method Description RuleChoicePropertiesItem[]RulesProperties. getChoiceProperties()Get 该参数对应的关联配置参数,属于调用接口的必填参数。 注意:如果可选参数无特殊新增参数则该数组为空数组。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type RuleChoicePropertiesItem Modifier and Type Method Description voidRulesProperties. setChoiceProperties(RuleChoicePropertiesItem[] ChoiceProperties)Set 该参数对应的关联配置参数,属于调用接口的必填参数。 注意:如果可选参数无特殊新增参数则该数组为空数组。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type RuleChoicePropertiesItem Constructor Description RuleChoicePropertiesItem(RuleChoicePropertiesItem 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.
-