Uses of Class
com.tencentcloudapi.trocket.v20230308.models.TopicItem
-
Packages that use TopicItem Package Description com.tencentcloudapi.trocket.v20230308.models -
-
Uses of TopicItem in com.tencentcloudapi.trocket.v20230308.models
Methods in com.tencentcloudapi.trocket.v20230308.models that return TopicItem Modifier and Type Method Description TopicItem[]DescribeTopicListResponse. getData()Get 主题列表Methods in com.tencentcloudapi.trocket.v20230308.models with parameters of type TopicItem Modifier and Type Method Description voidDescribeTopicListResponse. setData(TopicItem[] Data)Set 主题列表Constructors in com.tencentcloudapi.trocket.v20230308.models with parameters of type TopicItem Constructor Description TopicItem(TopicItem 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.
-