Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.TopicRuleInfo
-
Packages that use TopicRuleInfo Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of TopicRuleInfo in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return TopicRuleInfo Modifier and Type Method Description TopicRuleInfo[]ListTopicRulesResponse. getRules()Get 规则列表Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type TopicRuleInfo Modifier and Type Method Description voidListTopicRulesResponse. setRules(TopicRuleInfo[] Rules)Set 规则列表Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type TopicRuleInfo Constructor Description TopicRuleInfo(TopicRuleInfo 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.
-