public class PayNotifyRequest extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
appid |
protected Map<String,String> |
attach |
protected short |
paytype |
protected String |
text |
| 构造器和说明 |
|---|
PayNotifyRequest() |
PayNotifyRequest(short paytype,
Map<String,String> attach) |
PayNotifyRequest(short paytype,
String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
attach(String name) |
Map<String,String> |
attach(String key,
Object value) |
String |
attach(String name,
String defValue) |
void |
checkVaild() |
String |
getAppid() |
Map<String,String> |
getAttach() |
Map<String,String> |
getMap()
已过时。
|
short |
getPaytype() |
String |
getText() |
void |
setAppid(String appid) |
void |
setAttach(Map<String,String> attach) |
void |
setMap(Map<String,String> map)
已过时。
|
void |
setPaytype(short paytype) |
void |
setText(String text) |
String |
toString() |
public PayNotifyRequest()
public PayNotifyRequest(short paytype,
String text)
public void checkVaild()
public String getAppid()
public void setAppid(String appid)
public short getPaytype()
public void setPaytype(short paytype)
public String getText()
public void setText(String text)
@Deprecated public Map<String,String> getMap()
@Deprecated public void setMap(Map<String,String> map)
Copyright © 2020. All rights reserved.