Uses of Class
com.tencentcloudapi.iot.v20180123.models.RuleQuery
-
Packages that use RuleQuery Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of RuleQuery in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return RuleQuery Modifier and Type Method Description RuleQuery
AddRuleRequest. getQuery()
Get 查询RuleQuery
Rule. getQuery()
Get 查询RuleQuery
UpdateRuleRequest. getQuery()
Get 查询Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type RuleQuery Modifier and Type Method Description void
AddRuleRequest. setQuery(RuleQuery Query)
Set 查询void
Rule. setQuery(RuleQuery Query)
Set 查询void
UpdateRuleRequest. setQuery(RuleQuery Query)
Set 查询Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type RuleQuery Constructor Description RuleQuery(RuleQuery 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.
-