public class ModifyClusterAttributeResponse extends AbstractModel
Constructor and Description |
---|
ModifyClusterAttributeResponse() |
ModifyClusterAttributeResponse(ModifyClusterAttributeResponse 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 |
---|---|
AutoUpgradeClusterLevel |
getAutoUpgradeClusterLevel()
Get 自动变配集群等级
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterDesc()
Get 集群描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterLevel()
Get 集群等级
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterName()
Get 集群名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProjectId()
Get 集群所属项目
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
Set 自动变配集群等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterDesc(String ClusterDesc)
Set 集群描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterLevel(String ClusterLevel)
Set 集群等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterName(String ClusterName)
Set 集群名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectId(Long ProjectId)
Set 集群所属项目
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 ModifyClusterAttributeResponse()
public ModifyClusterAttributeResponse(ModifyClusterAttributeResponse source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 集群所属项目
注意:此字段可能返回 null,表示取不到有效值。public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称
注意:此字段可能返回 null,表示取不到有效值。public String getClusterDesc()
public void setClusterDesc(String ClusterDesc)
ClusterDesc
- 集群描述
注意:此字段可能返回 null,表示取不到有效值。public String getClusterLevel()
public void setClusterLevel(String ClusterLevel)
ClusterLevel
- 集群等级
注意:此字段可能返回 null,表示取不到有效值。public AutoUpgradeClusterLevel getAutoUpgradeClusterLevel()
public void setAutoUpgradeClusterLevel(AutoUpgradeClusterLevel AutoUpgradeClusterLevel)
AutoUpgradeClusterLevel
- 自动变配集群等级
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.