Uses of Class
com.tencentcloudapi.eb.v20210416.models.Rule
-
Packages that use Rule Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of Rule in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return Rule Modifier and Type Method Description Rule[]ListRulesResponse. getRules()Get 事件规则信息Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type Rule Modifier and Type Method Description voidListRulesResponse. setRules(Rule[] Rules)Set 事件规则信息Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type Rule Constructor Description Rule(Rule 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.
-