public class EntertainmentOrderInfo extends AlipayObject
Constructor and Description |
---|
EntertainmentOrderInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayTradeNo()
Gets alipay trade no.
|
String |
getAlipayUid()
Gets alipay uid.
|
Long |
getCompleteTime()
Gets complete time.
|
Long |
getCreateTime()
Gets create time.
|
String |
getExtParam()
Gets ext param.
|
String |
getGoodsCode()
Gets goods code.
|
String |
getGoodsName()
Gets goods name.
|
String |
getIsvCode()
Gets isv code.
|
String |
getOrderNo()
Gets order no.
|
Long |
getOrderStatus()
Gets order status.
|
Long |
getPayTime()
Gets pay time.
|
String |
getProductCode()
Gets product code.
|
String |
getProductName()
Gets product name.
|
Long |
getQuantity()
Gets quantity.
|
String |
getTotalPayment()
Gets total payment.
|
String |
getUnitPrice()
Gets unit price.
|
String |
getUserAccount()
Gets user account.
|
void |
setAlipayTradeNo(String alipayTradeNo)
Sets alipay trade no.
|
void |
setAlipayUid(String alipayUid)
Sets alipay uid.
|
void |
setCompleteTime(Long completeTime)
Sets complete time.
|
void |
setCreateTime(Long createTime)
Sets create time.
|
void |
setExtParam(String extParam)
Sets ext param.
|
void |
setGoodsCode(String goodsCode)
Sets goods code.
|
void |
setGoodsName(String goodsName)
Sets goods name.
|
void |
setIsvCode(String isvCode)
Sets isv code.
|
void |
setOrderNo(String orderNo)
Sets order no.
|
void |
setOrderStatus(Long orderStatus)
Sets order status.
|
void |
setPayTime(Long payTime)
Sets pay time.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setProductName(String productName)
Sets product name.
|
void |
setQuantity(Long quantity)
Sets quantity.
|
void |
setTotalPayment(String totalPayment)
Sets total payment.
|
void |
setUnitPrice(String unitPrice)
Sets unit price.
|
void |
setUserAccount(String userAccount)
Sets user account.
|
public String getAlipayTradeNo()
public void setAlipayTradeNo(String alipayTradeNo)
alipayTradeNo
- the alipay trade nopublic String getAlipayUid()
public void setAlipayUid(String alipayUid)
alipayUid
- the alipay uidpublic Long getCompleteTime()
public void setCompleteTime(Long completeTime)
completeTime
- the complete timepublic Long getCreateTime()
public void setCreateTime(Long createTime)
createTime
- the create timepublic String getExtParam()
public void setExtParam(String extParam)
extParam
- the ext parampublic String getGoodsCode()
public void setGoodsCode(String goodsCode)
goodsCode
- the goods codepublic String getGoodsName()
public void setGoodsName(String goodsName)
goodsName
- the goods namepublic String getIsvCode()
public void setIsvCode(String isvCode)
isvCode
- the isv codepublic String getOrderNo()
public void setOrderNo(String orderNo)
orderNo
- the order nopublic Long getOrderStatus()
public void setOrderStatus(Long orderStatus)
orderStatus
- the order statuspublic Long getPayTime()
public void setPayTime(Long payTime)
payTime
- the pay timepublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getProductName()
public void setProductName(String productName)
productName
- the product namepublic Long getQuantity()
public void setQuantity(Long quantity)
quantity
- the quantitypublic String getTotalPayment()
public void setTotalPayment(String totalPayment)
totalPayment
- the total paymentpublic String getUnitPrice()
public void setUnitPrice(String unitPrice)
unitPrice
- the unit pricepublic String getUserAccount()
public void setUserAccount(String userAccount)
userAccount
- the user accountCopyright © 2018. All rights reserved.