public class Deal extends AbstractModel
| 构造器和说明 | 
|---|
Deal()  | 
Deal(Deal 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. 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
Long | 
getCount()
Get Number of items 
 | 
String | 
getDealName()
Get Order ID. 
 | 
Long | 
getFlowId()
Get The associated process ID, which can be used to query the process execution status. 
 | 
String[] | 
getInstanceIds()
Get The ID of the created instance, which is required only for the order that creates an instance. 
 | 
String | 
getOwnerUin()
Get Account 
 | 
Long | 
getPayMode()
Get Billing mode. 
 | 
void | 
setCount(Long Count)
Set Number of items 
 | 
void | 
setDealName(String DealName)
Set Order ID. 
 | 
void | 
setFlowId(Long FlowId)
Set The associated process ID, which can be used to query the process execution status. 
 | 
void | 
setInstanceIds(String[] InstanceIds)
Set The ID of the created instance, which is required only for the order that creates an instance. 
 | 
void | 
setOwnerUin(String OwnerUin)
Set Account 
 | 
void | 
setPayMode(Long PayMode)
Set Billing mode. 
 | 
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, toJsonStringpublic Deal()
public Deal(Deal source)
public String getDealName()
public void setDealName(String DealName)
DealName - Order ID.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - Accountpublic Long getCount()
public void setCount(Long Count)
Count - Number of itemspublic Long getFlowId()
public void setFlowId(Long FlowId)
FlowId - The associated process ID, which can be used to query the process execution status.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - The ID of the created instance, which is required only for the order that creates an instance.
Note: This field may return null, indicating that no valid value can be obtained.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - Billing mode. Valid values: `0` (postpaid), `1` (prepaid).Copyright © 2022. All rights reserved.