public class DealInfo extends AbstractModel
Constructor and Description |
---|
DealInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
获取商品数量
|
String |
getDealName()
获取订单名
|
Integer |
getFlowId()
获取关联的流程 Id,可用于查询流程执行状态
|
String[] |
getInstanceIdSet()
获取只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。
|
String |
getOwnerUin()
获取所属账号
|
void |
setCount(Integer Count)
设置商品数量
|
void |
setDealName(String DealName)
设置订单名
|
void |
setFlowId(Integer FlowId)
设置关联的流程 Id,可用于查询流程执行状态
|
void |
setInstanceIdSet(String[] InstanceIdSet)
设置只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。
|
void |
setOwnerUin(String OwnerUin)
设置所属账号
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, getBinaryParams, getMultipartRequestParams, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDealName()
public void setDealName(String DealName)
DealName
- 订单名public Integer getCount()
public void setCount(Integer Count)
Count
- 商品数量public Integer getFlowId()
public void setFlowId(Integer FlowId)
FlowId
- 关联的流程 Id,可用于查询流程执行状态public String[] getInstanceIdSet()
public void setInstanceIdSet(String[] InstanceIdSet)
InstanceIdSet
- 只有创建实例的订单会填充该字段,表示该订单创建的实例的 ID。public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- 所属账号Copyright © 2019. All rights reserved.