public class IsolateClusterResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
IsolateClusterResponse() |
IsolateClusterResponse(IsolateClusterResponse 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[] |
getDealNames()
Get Refund order number (returned for prepaid resources.
|
Long |
getFlowId()
Get Task flow ID (returned for pay-as-you-go or serverless resources.
|
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).
|
void |
setDealNames(String[] DealNames)
Set Refund order number (returned for prepaid resources.
|
void |
setFlowId(Long FlowId)
Set Task flow ID (returned for pay-as-you-go or serverless resources.
|
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 |
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 IsolateClusterResponse()
public IsolateClusterResponse(IsolateClusterResponse source)
public Long getFlowId()
public void setFlowId(Long FlowId)
FlowId
- Task flow ID (returned for pay-as-you-go or serverless resources. if necessary to sync task status, please use the DescribeFlow api).public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames
- Refund order number (returned for prepaid resources. if necessary, synchronize the order status by using the billing product's DescribeDealsByCond to synchronize the order status).
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.