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