Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.RocketMQClusterConfig
-
Packages that use RocketMQClusterConfig Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of RocketMQClusterConfig in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return RocketMQClusterConfig Modifier and Type Method Description RocketMQClusterConfigDescribeRocketMQClusterResponse. getClusterConfig()Get 集群配置RocketMQClusterConfigRocketMQClusterDetail. getConfig()Get 集群配置信息Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQClusterConfig Modifier and Type Method Description voidDescribeRocketMQClusterResponse. setClusterConfig(RocketMQClusterConfig ClusterConfig)Set 集群配置voidRocketMQClusterDetail. setConfig(RocketMQClusterConfig Config)Set 集群配置信息Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQClusterConfig Constructor Description RocketMQClusterConfig(RocketMQClusterConfig 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.
-