Uses of Class
com.tencentcloudapi.iot.v20180123.models.Topic
-
Packages that use Topic Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of Topic in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return Topic Modifier and Type Method Description TopicAddTopicResponse. getTopic()Get Topic信息TopicGetTopicResponse. getTopic()Get Topic信息Topic[]GetTopicsResponse. getTopics()Get Topic列表Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type Topic Modifier and Type Method Description voidAddTopicResponse. setTopic(Topic Topic)Set Topic信息voidGetTopicResponse. setTopic(Topic Topic)Set Topic信息voidGetTopicsResponse. setTopics(Topic[] Topics)Set Topic列表Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type Topic Constructor Description Topic(Topic 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.
-