Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.TopicRecord
-
Packages that use TopicRecord Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of TopicRecord in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return TopicRecord Modifier and Type Method Description TopicRecord[]DeleteTopicsRequest. getTopicSets()Get 主题集合,每次最多删除20个。TopicRecord[]DeleteTopicsResponse. getTopicSets()Get 被删除的主题数组。Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type TopicRecord Modifier and Type Method Description voidDeleteTopicsRequest. setTopicSets(TopicRecord[] TopicSets)Set 主题集合,每次最多删除20个。voidDeleteTopicsResponse. setTopicSets(TopicRecord[] TopicSets)Set 被删除的主题数组。Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type TopicRecord Constructor Description TopicRecord(TopicRecord 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.
-