Uses of Class
com.tencentcloudapi.gpm.v20200820.models.RuleBriefInfo
-
Packages that use RuleBriefInfo Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of RuleBriefInfo in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return RuleBriefInfo Modifier and Type Method Description RuleBriefInfo[]DescribeRulesResponse. getRuleInfoList()Get 规则信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type RuleBriefInfo Modifier and Type Method Description voidDescribeRulesResponse. setRuleInfoList(RuleBriefInfo[] RuleInfoList)Set 规则信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type RuleBriefInfo Constructor Description RuleBriefInfo(RuleBriefInfo 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.
-