public class CreateClustersResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateClustersResponse() |
CreateClustersResponse(CreateClustersResponse 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[] |
getBigDealIds()
Get Big order ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getClusterIds()
Get Cluster ID list.
|
String[] |
getDealNames()
Get Order ID
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String[] |
getResourceIds()
Get Resource ID list (this field is no longer maintained.
|
String |
getTranId()
Get Frozen transaction ID.
|
void |
setBigDealIds(String[] BigDealIds)
Set Big order ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setClusterIds(String[] ClusterIds)
Set Cluster ID list.
|
void |
setDealNames(String[] DealNames)
Set Order ID
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setResourceIds(String[] ResourceIds)
Set Resource ID list (this field is no longer maintained.
|
void |
setTranId(String TranId)
Set Frozen transaction ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateClustersResponse()
public CreateClustersResponse(CreateClustersResponse source)
public String getTranId()
public void setTranId(String TranId)
TranId
- Frozen transaction ID.public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames
- Order IDpublic String[] getResourceIds()
public void setResourceIds(String[] ResourceIds)
ResourceIds
- Resource ID list (this field is no longer maintained. please use the dealNames field and the DescribeResourcesByDealName query API to obtain resource ids.).public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- Cluster ID list. this field is no longer maintained. please use the dealNames field and the DescribeResourcesByDealName query API to get the cluster ID.public String[] getBigDealIds()
public void setBigDealIds(String[] BigDealIds)
BigDealIds
- Big order ID
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.