public class ClusterItem extends AbstractModel
header, skipSign| 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 集群唯一ID | 
| String | getClusterName()Get 集群名称 | 
| String | getZone()Get 集群所在可用区,如ap-guangzhou-1
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setClusterId(String ClusterId)Set 集群唯一ID | 
| void | setClusterName(String ClusterName)Set 集群名称 | 
| void | setZone(String Zone)Set 集群所在可用区,如ap-guangzhou-1
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ClusterItem()
public ClusterItem(ClusterItem source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群唯一IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - 集群名称public String getZone()
public void setZone(String Zone)
Zone - 集群所在可用区,如ap-guangzhou-1
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.