public class ScaleOutClusterResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScaleOutClusterResponse() |
ScaleOutClusterResponse(ScaleOutClusterResponse 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 Query process status and additional flow formation.
|
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 Query process status and additional flow formation.
|
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 ScaleOutClusterResponse()
public ScaleOutClusterResponse(ScaleOutClusterResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.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 getTraceId()
public void setTraceId(String TraceId)
TraceId
- Query process status and additional flow formation.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 getBillId()
public void setBillId(String BillId)
BillId
- Large order number.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.