public class CancelClusterReleaseRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CancelClusterReleaseRequest() |
CancelClusterReleaseRequest(CancelClusterReleaseRequest 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 |
getClusterType()
Get 集群类型
|
String |
getID()
Get 应用ID
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setClusterType(String ClusterType)
Set 集群类型
|
void |
setID(String ID)
Set 应用ID
|
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, toJsonString
public CancelClusterReleaseRequest()
public CancelClusterReleaseRequest(CancelClusterReleaseRequest source)
public String getID()
public void setID(String ID)
ID
- 应用IDpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 集群类型Copyright © 2024. All rights reserved.