public class ScaleOutInstanceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScaleOutInstanceResponse() |
ScaleOutInstanceResponse(ScaleOutInstanceResponse 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 |
getBillId()
Get Large order number.
|
String |
getClientToken()
Get Client Token.
|
String[] |
getDealNames()
Get Order number.
|
Long |
getFlowId()
Get Scale-out process ID.
|
String |
getInstanceId()
Get Instance 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 |
getTraceId()
Get TraceId for scale-out.
|
void |
setBillId(String BillId)
Set Large order number.
|
void |
setClientToken(String ClientToken)
Set Client Token.
|
void |
setDealNames(String[] DealNames)
Set Order number.
|
void |
setFlowId(Long FlowId)
Set Scale-out process ID.
|
void |
setInstanceId(String InstanceId)
Set Instance 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 |
setTraceId(String TraceId)
Set TraceId for scale-out.
|
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 ScaleOutInstanceResponse()
public ScaleOutInstanceResponse(ScaleOutInstanceResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames
- Order number.
Note: This field may return null, indicating that no valid values can be obtained.public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- Client Token.public Long getFlowId()
public void setFlowId(Long FlowId)
FlowId
- Scale-out process ID.public String getBillId()
public void setBillId(String BillId)
BillId
- Large order number.public String getTraceId()
public void setTraceId(String TraceId)
TraceId
- TraceId for scale-out.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.