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 |
---|---|
String |
getAction()
Get 交易类型
modifyNetworkMode 调整带宽模式
modifyNetworkSize 调整带宽大小
refund 退款
downgrade 降配
upgrade 升配
renew 续费
purchase 购买
preMoveOut 包年包月迁出资源
preMoveIn 包年包月迁入资源
preToPost 预付费转后付费
postMoveOut 按量计费迁出资源
postMoveIn 按量计费迁入资源
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getBigDealId()
Get 大订单号
|
String |
getCreateTime()
Get 创建时间
|
String |
getCreator()
Get 创建人
|
String |
getCurrency()
Get 货币单位
|
String |
getFormula()
Get 退费公式
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getGoodsCategoryId()
Get 产品分类ID
|
String |
getOrderId()
Get 订单号
|
String |
getPayer()
Get 支付者
|
String |
getPayMode()
Get 付费模式:prePay 预付费 postPay后付费 riPay预留实例
|
Float |
getPolicy()
Get 折扣率
|
Float |
getPrice()
Get 单价(分)
|
String |
getProductCode()
Get 产品编码
注意:此字段可能返回 null,表示取不到有效值。
|
ProductInfo[] |
getProductInfo()
Get 产品详情
|
String |
getProductName()
Get 产品编码中文名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProjectId()
Get 项目ID
|
Long |
getRealTotalCost()
Get 实际支付金额(分)
|
String |
getRefReturnDeals()
Get 退费涉及订单信息
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getResourceId()
Get 订单对应的资源id, 查询参数Limit超过200,将返回null
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 订单状态
|
String |
getSubProductCode()
Get 子产品编码
|
String |
getSubProductName()
Get 子产品编码中文名称
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getTimeSpan()
Get 时长
|
String |
getTimeUnit()
Get 时间单位
|
Float |
getTotalCost()
Get 原价(分)
|
Long |
getVoucherDecline()
Get 代金券抵扣金额(分)
|
void |
setAction(String Action)
Set 交易类型
modifyNetworkMode 调整带宽模式
modifyNetworkSize 调整带宽大小
refund 退款
downgrade 降配
upgrade 升配
renew 续费
purchase 购买
preMoveOut 包年包月迁出资源
preMoveIn 包年包月迁入资源
preToPost 预付费转后付费
postMoveOut 按量计费迁出资源
postMoveIn 按量计费迁入资源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBigDealId(String BigDealId)
Set 大订单号
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setCreator(String Creator)
Set 创建人
|
void |
setCurrency(String Currency)
Set 货币单位
|
void |
setFormula(String Formula)
Set 退费公式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGoodsCategoryId(Long GoodsCategoryId)
Set 产品分类ID
|
void |
setOrderId(String OrderId)
Set 订单号
|
void |
setPayer(String Payer)
Set 支付者
|
void |
setPayMode(String PayMode)
Set 付费模式:prePay 预付费 postPay后付费 riPay预留实例
|
void |
setPolicy(Float Policy)
Set 折扣率
|
void |
setPrice(Float Price)
Set 单价(分)
|
void |
setProductCode(String ProductCode)
Set 产品编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProductInfo(ProductInfo[] ProductInfo)
Set 产品详情
|
void |
setProductName(String ProductName)
Set 产品编码中文名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectId(Long ProjectId)
Set 项目ID
|
void |
setRealTotalCost(Long RealTotalCost)
Set 实际支付金额(分)
|
void |
setRefReturnDeals(String RefReturnDeals)
Set 退费涉及订单信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceId(String[] ResourceId)
Set 订单对应的资源id, 查询参数Limit超过200,将返回null
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 订单状态
|
void |
setSubProductCode(String SubProductCode)
Set 子产品编码
|
void |
setSubProductName(String SubProductName)
Set 子产品编码中文名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeSpan(Float TimeSpan)
Set 时长
|
void |
setTimeUnit(String TimeUnit)
Set 时间单位
|
void |
setTotalCost(Float TotalCost)
Set 原价(分)
|
void |
setVoucherDecline(Long VoucherDecline)
Set 代金券抵扣金额(分)
|
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 Deal()
public Deal(Deal source)
public String getOrderId()
public void setOrderId(String OrderId)
OrderId
- 订单号public Long getStatus()
public void setStatus(Long Status)
Status
- 订单状态public String getPayer()
public void setPayer(String Payer)
Payer
- 支付者public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getCreator()
public void setCreator(String Creator)
Creator
- 创建人public Long getRealTotalCost()
public void setRealTotalCost(Long RealTotalCost)
RealTotalCost
- 实际支付金额(分)public Long getVoucherDecline()
public void setVoucherDecline(Long VoucherDecline)
VoucherDecline
- 代金券抵扣金额(分)public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目IDpublic Long getGoodsCategoryId()
public void setGoodsCategoryId(Long GoodsCategoryId)
GoodsCategoryId
- 产品分类IDpublic ProductInfo[] getProductInfo()
public void setProductInfo(ProductInfo[] ProductInfo)
ProductInfo
- 产品详情public Float getTimeSpan()
public void setTimeSpan(Float TimeSpan)
TimeSpan
- 时长public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 时间单位public String getCurrency()
public void setCurrency(String Currency)
Currency
- 货币单位public Float getPolicy()
public void setPolicy(Float Policy)
Policy
- 折扣率public Float getPrice()
public void setPrice(Float Price)
Price
- 单价(分)public Float getTotalCost()
public void setTotalCost(Float TotalCost)
TotalCost
- 原价(分)public String getProductCode()
public void setProductCode(String ProductCode)
ProductCode
- 产品编码
注意:此字段可能返回 null,表示取不到有效值。public String getSubProductCode()
public void setSubProductCode(String SubProductCode)
SubProductCode
- 子产品编码public String getBigDealId()
public void setBigDealId(String BigDealId)
BigDealId
- 大订单号public String getFormula()
public void setFormula(String Formula)
Formula
- 退费公式
注意:此字段可能返回 null,表示取不到有效值。public String getRefReturnDeals()
public void setRefReturnDeals(String RefReturnDeals)
RefReturnDeals
- 退费涉及订单信息
注意:此字段可能返回 null,表示取不到有效值。public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- 付费模式:prePay 预付费 postPay后付费 riPay预留实例public String getAction()
public void setAction(String Action)
Action
- 交易类型
modifyNetworkMode 调整带宽模式
modifyNetworkSize 调整带宽大小
refund 退款
downgrade 降配
upgrade 升配
renew 续费
purchase 购买
preMoveOut 包年包月迁出资源
preMoveIn 包年包月迁入资源
preToPost 预付费转后付费
postMoveOut 按量计费迁出资源
postMoveIn 按量计费迁入资源
注意:此字段可能返回 null,表示取不到有效值。public String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品编码中文名称
注意:此字段可能返回 null,表示取不到有效值。public String getSubProductName()
public void setSubProductName(String SubProductName)
SubProductName
- 子产品编码中文名称
注意:此字段可能返回 null,表示取不到有效值。public String[] getResourceId()
public void setResourceId(String[] ResourceId)
ResourceId
- 订单对应的资源id, 查询参数Limit超过200,将返回null
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.