public class ClusterItem extends AbstractModel
Constructor and Description |
---|
ClusterItem() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 集群唯一ID
|
String |
getClusterName()
Get 集群名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getZone()
Get 集群所在可用区,如ap-guangzhou-1
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterId(String ClusterId)
Set 集群唯一ID
|
void |
setClusterName(String ClusterName)
Set 集群名称
注意:此字段可能返回 null,表示取不到有效值。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群唯一IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称
注意:此字段可能返回 null,表示取不到有效值。public String getZone()
public void setZone(String Zone)
Zone
- 集群所在可用区,如ap-guangzhou-1
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.