public class ClusterItem extends AbstractModel
| Constructor and Description | 
|---|
| ClusterItem() | 
| ClusterItem(ClusterItem 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 | 
|---|---|
| String | getClusterId()Get Unique cluster ID | 
| String | getClusterName()Get Cluster name
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getZone()Get Cluster AZ, such as ap-guangzhou-1
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setClusterId(String ClusterId)Set Unique cluster ID | 
| void | setClusterName(String ClusterName)Set Cluster name
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setZone(String Zone)Set Cluster AZ, such as ap-guangzhou-1
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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 ClusterItem()
public ClusterItem(ClusterItem source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Unique cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster name
Note: this field may return null, indicating that no valid values can be obtained.public String getZone()
public void setZone(String Zone)
Zone - Cluster AZ, such as ap-guangzhou-1
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.