Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.RocketMQClusterInfo
-
Packages that use RocketMQClusterInfo Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of RocketMQClusterInfo in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return RocketMQClusterInfo Modifier and Type Method Description RocketMQClusterInfoDescribeRocketMQClusterResponse. getClusterInfo()Get 集群信息RocketMQClusterInfoDescribeRocketMQVipInstanceDetailResponse. getClusterInfo()Get 集群信息RocketMQClusterInfoRocketMQClusterDetail. getInfo()Get 集群基本信息Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQClusterInfo Modifier and Type Method Description voidDescribeRocketMQClusterResponse. setClusterInfo(RocketMQClusterInfo ClusterInfo)Set 集群信息voidDescribeRocketMQVipInstanceDetailResponse. setClusterInfo(RocketMQClusterInfo ClusterInfo)Set 集群信息voidRocketMQClusterDetail. setInfo(RocketMQClusterInfo Info)Set 集群基本信息Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type RocketMQClusterInfo Constructor Description RocketMQClusterInfo(RocketMQClusterInfo 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.
-