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 RuleQueryAddRuleRequest. getQuery()Get 查询RuleQueryRule. getQuery()Get 查询RuleQueryUpdateRuleRequest. getQuery()Get 查询Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type RuleQuery Modifier and Type Method Description voidAddRuleRequest. setQuery(RuleQuery Query)Set 查询voidRule. setQuery(RuleQuery Query)Set 查询voidUpdateRuleRequest. 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.
-