Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.Topic
-
Packages that use Topic Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of Topic in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return Topic Modifier and Type Method Description Topic[]
DescribeTopicsResponse. getTopicSets()
Get 主题集合数组。Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type Topic Modifier and Type Method Description void
DescribeTopicsResponse. setTopicSets(Topic[] TopicSets)
Set 主题集合数组。Constructors in com.tencentcloudapi.tdmq.v20200217.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.
-