Uses of Class
com.tencentcloudapi.trp.v20210515.models.CustomRule
-
Packages that use CustomRule Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of CustomRule in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return CustomRule Modifier and Type Method Description CustomRuleDescribeCustomRuleByIdResponse. getCustomRule()Get 码规则信息 注意:此字段可能返回 null,表示取不到有效值。CustomRule[]DescribeCustomRulesResponse. getCustomRules()Get 码规则列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type CustomRule Modifier and Type Method Description voidDescribeCustomRuleByIdResponse. setCustomRule(CustomRule CustomRule)Set 码规则信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeCustomRulesResponse. setCustomRules(CustomRule[] CustomRules)Set 码规则列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type CustomRule Constructor Description CustomRule(CustomRule 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.
-