Uses of Class
com.tencentcloudapi.clb.v20180317.models.RulesItems
-
Packages that use RulesItems Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of RulesItems in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return RulesItems Modifier and Type Method Description RulesItems[]ListenerItem. getRules()Get 绑定规则 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type RulesItems Modifier and Type Method Description voidListenerItem. setRules(RulesItems[] Rules)Set 绑定规则 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type RulesItems Constructor Description RulesItems(RulesItems 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.
-