Uses of Class
com.tencentcloudapi.cls.v20201016.models.TopicInfo
-
Packages that use TopicInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of TopicInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return TopicInfo Modifier and Type Method Description TopicInfo[]DescribeTopicsResponse. getTopics()Get 日志主题列表Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type TopicInfo Modifier and Type Method Description voidDescribeTopicsResponse. setTopics(TopicInfo[] Topics)Set 日志主题列表Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type TopicInfo Constructor Description TopicInfo(TopicInfo 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.
-