public class CreateIntegrateClusterResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateIntegrateClusterResponse() |
CreateIntegrateClusterResponse(CreateIntegrateClusterResponse 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 Large order number.
|
String[] |
getClusterIds()
Get Cluster ID list (this field is no longer maintained.
|
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 Large order number.
|
void |
setClusterIds(String[] ClusterIds)
Set Cluster ID list (this field is no longer maintained.
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateIntegrateClusterResponse()
public CreateIntegrateClusterResponse(CreateIntegrateClusterResponse 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 query API DescribeResourcesByDealName 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 to get cluster ids via the DescribeResourcesByDealName api.).public String[] getBigDealIds()
public void setBigDealIds(String[] BigDealIds)
BigDealIds
- Large order number.
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.