public class PayPreRequest extends PayRequest
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,String> |
attach |
protected String |
clientAddr |
protected String |
clienthost |
protected String |
notifyurl |
protected String |
paybody |
protected long |
paymoney |
protected String |
paytitle |
protected short |
payway |
protected int |
timeoutms |
appid, payno, paytype, subpaytype| 构造器和说明 |
|---|
PayPreRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,String> |
add(String key,
String value)
已过时。
|
String |
attach(String name)
已过时。
|
Map<String,String> |
attach(String key,
Object value) |
String |
attach(String name,
String defValue)
已过时。
|
void |
checkVaild() |
Map<String,String> |
getAttach() |
String |
getAttach(String name) |
String |
getAttach(String name,
String defValue) |
String |
getClientAddr() |
String |
getClienthost() |
Map<String,String> |
getMap()
已过时。
|
String |
getMapValue(String name)
已过时。
|
String |
getMapValue(String name,
String defValue)
已过时。
|
String |
getNotifyurl() |
String |
getPaybody() |
long |
getPaymoney() |
String |
getPaytitle() |
short |
getPayway() |
int |
getTimeoutms() |
void |
setAttach(Map<String,String> attach) |
void |
setClientAddr(String clientAddr) |
void |
setClienthost(String clienthost) |
void |
setMap(Map<String,String> map)
已过时。
|
void |
setNotifyurl(String notifyurl) |
void |
setPaybody(String paybody) |
void |
setPaymoney(long paymoney) |
void |
setPaytitle(String paytitle) |
void |
setPayway(short payway) |
void |
setTimeoutms(int timeoutms) |
getAppid, getPayno, getPaytype, getSubpaytype, setAppid, setPayno, setPaytype, setSubpaytype, toStringprotected short payway
protected long paymoney
protected String paytitle
protected String paybody
protected String notifyurl
protected int timeoutms
protected String clienthost
protected String clientAddr
public void checkVaild()
checkVaild 在类中 PayRequestpublic short getPayway()
public void setPayway(short payway)
public long getPaymoney()
public void setPaymoney(long paymoney)
public String getPaytitle()
public void setPaytitle(String paytitle)
public String getPaybody()
public void setPaybody(String paybody)
public String getNotifyurl()
public void setNotifyurl(String notifyurl)
public int getTimeoutms()
public void setTimeoutms(int timeoutms)
public String getClienthost()
public void setClienthost(String clienthost)
public String getClientAddr()
public void setClientAddr(String clientAddr)
@Deprecated public String attach(String name)
@Deprecated public String attach(String name, String defValue)
@Deprecated public String getMapValue(String name)
@Deprecated public String getMapValue(String name, String defValue)
@Deprecated public Map<String,String> getMap()
@Deprecated public void setMap(Map<String,String> map)
Copyright © 2020. All rights reserved.