public class CreateInstancePreData extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateInstancePreData() |
CreateInstancePreData(CreateInstancePreData 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 |
---|---|
DealInstanceDTO[] |
getDealNameInstanceIdMapping()
Get Mapping between orders and the purchased instances.
|
String[] |
getDealNames()
Get Order number list.
|
Long |
getFlowId()
Get The value returned by `CreateInstancePre` is 0, which is fixed and cannot be used as the query condition of `CheckTaskStatus`.
|
String |
getInstanceId()
Get Instance ID.
|
void |
setDealNameInstanceIdMapping(DealInstanceDTO[] DealNameInstanceIdMapping)
Set Mapping between orders and the purchased instances.
|
void |
setDealNames(String[] DealNames)
Set Order number list.
|
void |
setFlowId(Long FlowId)
Set The value returned by `CreateInstancePre` is 0, which is fixed and cannot be used as the query condition of `CheckTaskStatus`.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
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 CreateInstancePreData()
public CreateInstancePreData(CreateInstancePreData source)
public Long getFlowId()
public void setFlowId(Long FlowId)
FlowId
- The value returned by `CreateInstancePre` is 0, which is fixed and cannot be used as the query condition of `CheckTaskStatus`. It is only used to ensure the consistency with the backend data structure.
Note: This field may return `null`, indicating that no valid values can be obtained.public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames
- Order number list.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID. When multiple instances are purchased, the ID of the first one is returned by default . Note: This field may return null, indicating that no valid values can be obtained.public DealInstanceDTO[] getDealNameInstanceIdMapping()
public void setDealNameInstanceIdMapping(DealInstanceDTO[] DealNameInstanceIdMapping)
DealNameInstanceIdMapping
- Mapping between orders and the purchased instances. Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.