public class PgDeal extends AbstractModel
Constructor and Description |
---|
PgDeal() |
PgDeal(PgDeal 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[] |
getDBInstanceIdSet()
Get 实例ID数组
|
String |
getDealName()
Get 订单名
|
Long |
getFlowId()
Get 异步任务流程ID
|
String |
getOwnerUin()
Get 所属用户
|
Long |
getPayMode()
Get 付费模式。1-预付费;0-后付费
|
void |
setCount(Long Count)
Set 订单涉及多少个实例
|
void |
setDBInstanceIdSet(String[] DBInstanceIdSet)
Set 实例ID数组
|
void |
setDealName(String DealName)
Set 订单名
|
void |
setFlowId(Long FlowId)
Set 异步任务流程ID
|
void |
setOwnerUin(String OwnerUin)
Set 所属用户
|
void |
setPayMode(Long PayMode)
Set 付费模式。1-预付费;0-后付费
|
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, toJsonString
public PgDeal()
public PgDeal(PgDeal 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 getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 付费模式。1-预付费;0-后付费public Long getFlowId()
public void setFlowId(Long FlowId)
FlowId
- 异步任务流程IDpublic String[] getDBInstanceIdSet()
public void setDBInstanceIdSet(String[] DBInstanceIdSet)
DBInstanceIdSet
- 实例ID数组Copyright © 2021. All rights reserved.