public class DealInstanceDTO extends AbstractModel
header, skipSign
Constructor and Description |
---|
DealInstanceDTO() |
DealInstanceDTO(DealInstanceDTO 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 |
getDealName()
Get Order list.
|
String[] |
getInstanceIdList()
Get ID list of the purchased CKafka instances corresponding to the order list.
|
void |
setDealName(String DealName)
Set Order list.
|
void |
setInstanceIdList(String[] InstanceIdList)
Set ID list of the purchased CKafka instances corresponding to the order list.
|
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 DealInstanceDTO()
public DealInstanceDTO(DealInstanceDTO source)
public String getDealName()
public void setDealName(String DealName)
DealName
- Order list. Note: This field may return null, indicating that no valid values can be obtained.public String[] getInstanceIdList()
public void setInstanceIdList(String[] InstanceIdList)
InstanceIdList
- ID list of the purchased CKafka instances corresponding to the order list. Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.