public class ModifyClusterAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyClusterAttributeRequest() |
ModifyClusterAttributeRequest(ModifyClusterAttributeRequest 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 |
getClusterDesc()
Get Cluster description
|
String |
getClusterId()
Get Cluster ID
|
String |
getClusterName()
Get Cluster name
|
Long |
getProjectId()
Get Project of the Cluster
|
void |
setClusterDesc(String ClusterDesc)
Set Cluster description
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterName(String ClusterName)
Set Cluster name
|
void |
setProjectId(Long ProjectId)
Set Project of the Cluster
|
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 ModifyClusterAttributeRequest()
public ModifyClusterAttributeRequest(ModifyClusterAttributeRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project of the Clusterpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster namepublic String getClusterDesc()
public void setClusterDesc(String ClusterDesc)
ClusterDesc
- Cluster descriptionCopyright © 2021. All rights reserved.