Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.TopicRulePayload
-
Packages that use TopicRulePayload Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of TopicRulePayload in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return TopicRulePayload Modifier and Type Method Description TopicRulePayloadCreateTopicRuleRequest. getTopicRulePayload()Get 规则内容TopicRulePayloadReplaceTopicRuleRequest. getTopicRulePayload()Get 替换的规则包体Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type TopicRulePayload Modifier and Type Method Description voidCreateTopicRuleRequest. setTopicRulePayload(TopicRulePayload TopicRulePayload)Set 规则内容voidReplaceTopicRuleRequest. setTopicRulePayload(TopicRulePayload TopicRulePayload)Set 替换的规则包体Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type TopicRulePayload Constructor Description TopicRulePayload(TopicRulePayload 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.
-