public class PayQueryResponse extends PayResponse
| 限定符和类型 | 字段和说明 |
|---|---|
protected long |
payedmoney |
protected short |
paystatus |
protected String |
thirdpayno |
responsetext| 构造器和说明 |
|---|
PayQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getPayedmoney() |
short |
getPaystatus() |
String |
getThirdpayno() |
PayQueryResponse |
result(Map<String,String> result) |
PayQueryResponse |
retcode(int retcode) |
PayQueryResponse |
retinfo(String retinfo) |
void |
setPayedmoney(long payedmoney) |
void |
setPaystatus(short paystatus) |
void |
setThirdpayno(String thirdpayno) |
attach, attach, getResponsetext, setResponsetext, toStringprotected short paystatus
protected long payedmoney
protected String thirdpayno
public PayQueryResponse retcode(int retcode)
retcode 在类中 PayResponsepublic PayQueryResponse retinfo(String retinfo)
retinfo 在类中 PayResponsepublic PayQueryResponse result(Map<String,String> result)
result 在类中 PayResponsepublic long getPayedmoney()
public void setPayedmoney(long payedmoney)
public short getPaystatus()
public void setPaystatus(short paystatus)
public String getThirdpayno()
public void setThirdpayno(String thirdpayno)
Copyright © 2020. All rights reserved.