public class CreateInstancePostData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateInstancePostData() | 
| CreateInstancePostData(CreateInstancePostData 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 订单和购买实例对应映射列表 | 
| String[] | getDealNames()Get 订单号列表 | 
| Long | getFlowId()Get CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。 | 
| String | getInstanceId()Get ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id | 
| void | setDealNameInstanceIdMapping(DealInstanceDTO[] DealNameInstanceIdMapping)Set 订单和购买实例对应映射列表 | 
| void | setDealNames(String[] DealNames)Set 订单号列表 | 
| void | setFlowId(Long FlowId)Set CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。 | 
| void | setInstanceId(String InstanceId)Set ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id | 
| 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, toJsonStringpublic CreateInstancePostData()
public CreateInstancePostData(CreateInstancePostData source)
public Long getFlowId()
public void setFlowId(Long FlowId)
FlowId - CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames - 订单号列表public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 idpublic DealInstanceDTO[] getDealNameInstanceIdMapping()
public void setDealNameInstanceIdMapping(DealInstanceDTO[] DealNameInstanceIdMapping)
DealNameInstanceIdMapping - 订单和购买实例对应映射列表Copyright © 2025. All rights reserved.