public class Deal extends AbstractModel
| Constructor and Description | 
|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCount()Get Number of items | 
| String | getDealName()Get Order number | 
| Long | getFlowId()Get ID of the associated process, which can be used to query the process execution status. | 
| String[] | getInstanceIds()Get This field is populated only for orders that create instances, indicating the ID of the created instance. | 
| String | getOwnerUin()Get Account | 
| Long | getPayMode()Get Payment mode. | 
| void | setCount(Long Count)Set Number of items | 
| void | setDealName(String DealName)Set Order number | 
| void | setFlowId(Long FlowId)Set ID of the associated process, which can be used to query the process execution status. | 
| void | setInstanceIds(String[] InstanceIds)Set This field is populated only for orders that create instances, indicating the ID of the created instance. | 
| void | setOwnerUin(String OwnerUin)Set Account | 
| void | setPayMode(Long PayMode)Set Payment 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 numberpublic 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 - ID of the associated process, which can be used to query the process execution status.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - This field is populated only for orders that create instances, indicating the ID of the created instance.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - Payment mode. Valid values: 0 (postpaid), 1 (prepaid)Copyright © 2022. All rights reserved.