Uses of Class
com.tencentcloudapi.teo.v20220901.models.RuleExtraParameter
-
Packages that use RuleExtraParameter Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of RuleExtraParameter in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return RuleExtraParameter Modifier and Type Method Description RuleExtraParameterRuleChoicePropertiesItem. getExtraParameter()Get 特殊参数。 为 NULL:RuleAction 选择 NormalAction; 成员参数 Id 为 Action:RuleAction 选择 RewirteAction; 成员参数 Id 为 StatusCode:RuleAction 选择 CodeAction。RuleExtraParameterRulesProperties. getExtraParameter()Get 为 NULL:无特殊参数,RuleAction 选择 NormalAction; 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type RuleExtraParameter Modifier and Type Method Description voidRuleChoicePropertiesItem. setExtraParameter(RuleExtraParameter ExtraParameter)Set 特殊参数。 为 NULL:RuleAction 选择 NormalAction; 成员参数 Id 为 Action:RuleAction 选择 RewirteAction; 成员参数 Id 为 StatusCode:RuleAction 选择 CodeAction。voidRulesProperties. setExtraParameter(RuleExtraParameter ExtraParameter)Set 为 NULL:无特殊参数,RuleAction 选择 NormalAction; 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type RuleExtraParameter Constructor Description RuleExtraParameter(RuleExtraParameter 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.
-