public class Deal extends AbstractModel
header, skipSign
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 The ID of the created instance, which is required only for the order that creates an 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 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 Payment mode.
|
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 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
- 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 values can be obtained.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Payment mode. Valid values: 0 (postpaid), 1 (prepaid)Copyright © 2024. All rights reserved.