public class AlipayLifeassistantProdBillGetResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayLifeassistantProdBillGetResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Gets amount.
|
String |
getOrderId()
Gets order id.
|
String |
getOrderItem()
Gets order item.
|
String |
getPayee()
Gets payee.
|
String |
getPayTime()
Gets pay time.
|
String |
getPayType()
Gets pay type.
|
String |
getTradeType()
Gets trade type.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setOrderItem(String orderItem)
Sets order item.
|
void |
setPayee(String payee)
Sets payee.
|
void |
setPayTime(String payTime)
Sets pay time.
|
void |
setPayType(String payType)
Sets pay type.
|
void |
setTradeType(String tradeType)
Sets trade type.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayLifeassistantProdBillGetResponse()
public void setAmount(String amount)
amount - the amountpublic String getAmount()
public void setOrderId(String orderId)
orderId - the order idpublic String getOrderId()
public void setOrderItem(String orderItem)
orderItem - the order itempublic String getOrderItem()
public void setPayTime(String payTime)
payTime - the pay timepublic String getPayTime()
public void setPayType(String payType)
payType - the pay typepublic String getPayType()
public void setPayee(String payee)
payee - the payeepublic String getPayee()
public void setTradeType(String tradeType)
tradeType - the trade typepublic String getTradeType()
Copyright © 2018. All rights reserved.