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 Topic
AddTopicResponse. getTopic()
Get Topic信息Topic
GetTopicResponse. 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 void
AddTopicResponse. setTopic(Topic Topic)
Set Topic信息void
GetTopicResponse. setTopic(Topic Topic)
Set Topic信息void
GetTopicsResponse. 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.
-