Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.RocketMQGroup
-
Packages that use RocketMQGroup Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of RocketMQGroup in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return RocketMQGroup Modifier and Type Method Description RocketMQGroup[]DescribeRocketMQGroupsResponse. getGroups()Get 订阅组列表Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQGroup Modifier and Type Method Description voidDescribeRocketMQGroupsResponse. setGroups(RocketMQGroup[] Groups)Set 订阅组列表Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQGroup Constructor Description RocketMQGroup(RocketMQGroup 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.
-