public class DescribeRocketMQClustersResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeRocketMQClustersResponse() | 
| DescribeRocketMQClustersResponse(DescribeRocketMQClustersResponse 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| RocketMQClusterDetail[] | getClusterList()Get Cluster information. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getTotalCount()Get The total number of returned results. | 
| void | setClusterList(RocketMQClusterDetail[] ClusterList)Set Cluster information. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTotalCount(Long TotalCount)Set The total number of returned results. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeRocketMQClustersResponse()
public DescribeRocketMQClustersResponse(DescribeRocketMQClustersResponse source)
public RocketMQClusterDetail[] getClusterList()
public void setClusterList(RocketMQClusterDetail[] ClusterList)
ClusterList - Cluster information.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - The total number of returned results.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2022. All rights reserved.