public class OrderPaidEventData extends Object
| 构造器和说明 |
|---|
OrderPaidEventData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
Integer |
getBuyCount() |
String |
getBuyType() |
String |
getCreateTime() |
String |
getOrderId() |
Integer |
getOrderPayPrice() |
String |
getPayTime() |
String |
getPricePlanId() |
String |
getPricePlanType() |
Integer |
getSeats() |
String |
getSrcOrderId() |
String |
getTenantKey() |
String |
getType() |
void |
setAppId(String appId) |
void |
setBuyCount(Integer buyCount) |
void |
setBuyType(String buyType) |
void |
setCreateTime(String createTime) |
void |
setOrderId(String orderId) |
void |
setOrderPayPrice(Integer orderPayPrice) |
void |
setPayTime(String payTime) |
void |
setPricePlanId(String pricePlanId) |
void |
setPricePlanType(String pricePlanType) |
void |
setSeats(Integer seats) |
void |
setSrcOrderId(String srcOrderId) |
void |
setTenantKey(String tenantKey) |
void |
setType(String type) |
public String getAppId()
public void setAppId(String appId)
public String getTenantKey()
public void setTenantKey(String tenantKey)
public String getType()
public void setType(String type)
public String getOrderId()
public void setOrderId(String orderId)
public String getPricePlanId()
public void setPricePlanId(String pricePlanId)
public String getPricePlanType()
public void setPricePlanType(String pricePlanType)
public Integer getSeats()
public void setSeats(Integer seats)
public Integer getBuyCount()
public void setBuyCount(Integer buyCount)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getPayTime()
public void setPayTime(String payTime)
public String getBuyType()
public void setBuyType(String buyType)
public String getSrcOrderId()
public void setSrcOrderId(String srcOrderId)
public Integer getOrderPayPrice()
public void setOrderPayPrice(Integer orderPayPrice)
Copyright © 2021. All rights reserved.