public class ScaleOutInstanceResponse extends AbstractModel
Constructor and Description |
---|
ScaleOutInstanceResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBillId()
Get Big order number.
|
String |
getClientToken()
Get Client token.
|
String[] |
getDealNames()
Get Order number.
|
Long |
getFlowId()
Get Scaling workflow ID.
|
String |
getInstanceId()
Get Instance ID.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setBillId(String BillId)
Set Big order number.
|
void |
setClientToken(String ClientToken)
Set Client token.
|
void |
setDealNames(String[] DealNames)
Set Order number.
|
void |
setFlowId(Long FlowId)
Set Scaling workflow ID.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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.
Note: this field may return null, indicating that no valid values can be obtained.public Long getFlowId()
public void setFlowId(Long FlowId)
FlowId
- Scaling workflow ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getBillId()
public void setBillId(String BillId)
BillId
- Big 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.