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 商品数量 | 
| String | getDealName()Get 订单号 | 
| Long | getFlowId()Get 关联的流程 Id,可用于查询流程执行状态 | 
| String[] | getInstanceIds()Get 只有创建实例且已完成发货的订单会填充该字段,表示该订单创建的实例的 ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getOwnerUin()Get 所属账号 | 
| Long | getPayMode()Get 付费模式,0后付费/1预付费 | 
| void | setCount(Long Count)Set 商品数量 | 
| void | setDealName(String DealName)Set 订单号 | 
| void | setFlowId(Long FlowId)Set 关联的流程 Id,可用于查询流程执行状态 | 
| void | setInstanceIds(String[] InstanceIds)Set 只有创建实例且已完成发货的订单会填充该字段,表示该订单创建的实例的 ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOwnerUin(String OwnerUin)Set 所属账号 | 
| void | setPayMode(Long PayMode)Set 付费模式,0后付费/1预付费 | 
| 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 Deal()
public Deal(Deal source)
public String getDealName()
public void setDealName(String DealName)
DealName - 订单号public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - 所属账号public Long getCount()
public void setCount(Long Count)
Count - 商品数量public Long getFlowId()
public void setFlowId(Long FlowId)
FlowId - 关联的流程 Id,可用于查询流程执行状态public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - 只有创建实例且已完成发货的订单会填充该字段,表示该订单创建的实例的 ID
注意:此字段可能返回 null,表示取不到有效值。public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - 付费模式,0后付费/1预付费Copyright © 2025. All rights reserved.