Uses of Class
com.tencentcloudapi.iotexplorer.v20190423.models.CreateTopicRuleRequest
-
Packages that use CreateTopicRuleRequest Package Description com.tencentcloudapi.iotexplorer.v20190423 com.tencentcloudapi.iotexplorer.v20190423.models -
-
Uses of CreateTopicRuleRequest in com.tencentcloudapi.iotexplorer.v20190423
Methods in com.tencentcloudapi.iotexplorer.v20190423 with parameters of type CreateTopicRuleRequest Modifier and Type Method Description CreateTopicRuleResponseIotexplorerClient. CreateTopicRule(CreateTopicRuleRequest req)创建规则 -
Uses of CreateTopicRuleRequest in com.tencentcloudapi.iotexplorer.v20190423.models
Constructors in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type CreateTopicRuleRequest Constructor Description CreateTopicRuleRequest(CreateTopicRuleRequest 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.
-