Uses of Class
com.tencentcloudapi.trocket.v20230308.models.DescribeTopicResponse
-
Packages that use DescribeTopicResponse Package Description com.tencentcloudapi.trocket.v20230308 com.tencentcloudapi.trocket.v20230308.models -
-
Uses of DescribeTopicResponse in com.tencentcloudapi.trocket.v20230308
Methods in com.tencentcloudapi.trocket.v20230308 that return DescribeTopicResponse Modifier and Type Method Description DescribeTopicResponseTrocketClient. DescribeTopic(DescribeTopicRequest req)查询主题详情,Offset和Limit参数是指订阅该主题的消费组查询分页参数,Filter参数使用说明如下: ConsumerGroup,消费组名称过滤 -
Uses of DescribeTopicResponse in com.tencentcloudapi.trocket.v20230308.models
Constructors in com.tencentcloudapi.trocket.v20230308.models with parameters of type DescribeTopicResponse Constructor Description DescribeTopicResponse(DescribeTopicResponse 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.
-