public class WechatRedpackResult extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
err_code |
protected String |
err_code_des |
protected String |
mch_billno |
protected String |
mch_id |
protected String |
re_openid |
protected String |
result_code |
protected String |
return_code |
protected String |
return_msg |
protected String |
send_listid |
protected String |
total_amount |
protected String |
wxappid |
| 构造器和说明 |
|---|
WechatRedpackResult() |
WechatRedpackResult(boolean result,
String msg) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErr_code_des() |
String |
getErr_code() |
String |
getMch_billno() |
String |
getMch_id() |
String |
getRe_openid() |
String |
getResult_code() |
String |
getReturn_code() |
String |
getReturn_msg() |
String |
getSend_listid() |
String |
getTotal_amount() |
String |
getWxappid() |
void |
setErr_code_des(String err_code_des) |
void |
setErr_code(String err_code) |
void |
setMch_billno(String mch_billno) |
void |
setMch_id(String mch_id) |
void |
setRe_openid(String re_openid) |
void |
setResult_code(String result_code) |
void |
setReturn_code(String return_code) |
void |
setReturn_msg(String return_msg) |
void |
setSend_listid(String send_listid) |
void |
setTotal_amount(String total_amount) |
void |
setWxappid(String wxappid) |
protected String return_code
protected String return_msg
protected String result_code
protected String err_code
protected String err_code_des
protected String mch_billno
protected String mch_id
protected String wxappid
protected String re_openid
protected String total_amount
protected String send_listid
public WechatRedpackResult()
public WechatRedpackResult(boolean result,
String msg)
public String getReturn_code()
public void setReturn_code(String return_code)
public String getReturn_msg()
public void setReturn_msg(String return_msg)
public String getResult_code()
public void setResult_code(String result_code)
public String getErr_code()
public void setErr_code(String err_code)
public String getErr_code_des()
public void setErr_code_des(String err_code_des)
public String getMch_billno()
public void setMch_billno(String mch_billno)
public String getMch_id()
public void setMch_id(String mch_id)
public String getWxappid()
public void setWxappid(String wxappid)
public String getRe_openid()
public void setRe_openid(String re_openid)
public String getTotal_amount()
public void setTotal_amount(String total_amount)
public String getSend_listid()
public void setSend_listid(String send_listid)
Copyright © 2023. All rights reserved.