Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.Cluster
-
Packages that use Cluster Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of Cluster in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return Cluster Modifier and Type Method Description ClusterDescribeClusterDetailResponse. getClusterSet()Get 集群的详细信息Cluster[]DescribeClustersResponse. getClusterSet()Get 集群信息列表Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type Cluster Modifier and Type Method Description voidDescribeClusterDetailResponse. setClusterSet(Cluster ClusterSet)Set 集群的详细信息voidDescribeClustersResponse. setClusterSet(Cluster[] ClusterSet)Set 集群信息列表Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type Cluster Constructor Description Cluster(Cluster 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.
-