Uses of Class
com.tencentcloudapi.gpm.v20200820.models.RuleInfo
-
Packages that use RuleInfo Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of RuleInfo in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return RuleInfo Modifier and Type Method Description RuleInfoCreateRuleResponse. getRuleInfo()Get 规则信息RuleInfoDescribeRuleResponse. getRuleInfo()Get 规则信息 注意:此字段可能返回 null,表示取不到有效值。RuleInfoModifyRuleResponse. getRuleInfo()Get 规则信息Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type RuleInfo Modifier and Type Method Description voidCreateRuleResponse. setRuleInfo(RuleInfo RuleInfo)Set 规则信息voidDescribeRuleResponse. setRuleInfo(RuleInfo RuleInfo)Set 规则信息 注意:此字段可能返回 null,表示取不到有效值。voidModifyRuleResponse. setRuleInfo(RuleInfo RuleInfo)Set 规则信息Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type RuleInfo Constructor Description RuleInfo(RuleInfo 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.
-