Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.RocketMQTopic
-
Packages that use RocketMQTopic Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of RocketMQTopic in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return RocketMQTopic Modifier and Type Method Description RocketMQTopic[]DescribeRocketMQTopicsResponse. getTopics()Get 主题信息列表Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQTopic Modifier and Type Method Description voidDescribeRocketMQTopicsResponse. setTopics(RocketMQTopic[] Topics)Set 主题信息列表Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQTopic Constructor Description RocketMQTopic(RocketMQTopic 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.
-