Uses of Class
com.tencentcloudapi.cmq.v20190304.models.TopicSet
-
Packages that use TopicSet Package Description com.tencentcloudapi.cmq.v20190304.models -
-
Uses of TopicSet in com.tencentcloudapi.cmq.v20190304.models
Methods in com.tencentcloudapi.cmq.v20190304.models that return TopicSet Modifier and Type Method Description TopicSet[]DescribeTopicDetailResponse. getTopicSet()Get 主题详情列表。Methods in com.tencentcloudapi.cmq.v20190304.models with parameters of type TopicSet Modifier and Type Method Description voidDescribeTopicDetailResponse. setTopicSet(TopicSet[] TopicSet)Set 主题详情列表。Constructors in com.tencentcloudapi.cmq.v20190304.models with parameters of type TopicSet Constructor Description TopicSet(TopicSet 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.
-