public class RechargeBill extends AlipayObject
Constructor and Description |
---|
RechargeBill() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getDepositTime()
Gets deposit time.
|
String |
getStatus()
Gets status.
|
String |
getTradeNo()
Gets trade no.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setDepositTime(String depositTime)
Sets deposit time.
|
void |
setStatus(String status)
Sets status.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic String getDepositTime()
public void setDepositTime(String depositTime)
depositTime
- the deposit timepublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo
- the trade noCopyright © 2018. All rights reserved.