类 WechatRedpackResult

java.lang.Object
org.anyline.wechat.entity.WechatRedpackResult
直接已知子类:
WechatFissionRedpackResult

public class WechatRedpackResult extends Object
  • 字段详细资料

    • return_code

      protected String return_code
    • return_msg

      protected String return_msg
    • result_code

      protected String result_code
    • err_code

      protected String err_code
    • err_code_des

      protected String err_code_des
    • mch_billno

      protected String mch_billno
    • mch_id

      protected String mch_id
    • wxappid

      protected String wxappid
    • re_openid

      protected String re_openid
    • total_amount

      protected String total_amount
    • send_listid

      protected String send_listid
  • 构造器详细资料

    • WechatRedpackResult

      public WechatRedpackResult()
    • WechatRedpackResult

      public WechatRedpackResult(boolean result, String msg)
  • 方法详细资料

    • getReturn_code

      public String getReturn_code()
    • setReturn_code

      public void setReturn_code(String return_code)
    • getReturn_msg

      public String getReturn_msg()
    • setReturn_msg

      public void setReturn_msg(String return_msg)
    • getResult_code

      public String getResult_code()
    • setResult_code

      public void setResult_code(String result_code)
    • getErr_code

      public String getErr_code()
    • setErr_code

      public void setErr_code(String err_code)
    • getErr_code_des

      public String getErr_code_des()
    • setErr_code_des

      public void setErr_code_des(String err_code_des)
    • getMch_billno

      public String getMch_billno()
    • setMch_billno

      public void setMch_billno(String mch_billno)
    • getMch_id

      public String getMch_id()
    • setMch_id

      public void setMch_id(String mch_id)
    • getWxappid

      public String getWxappid()
    • setWxappid

      public void setWxappid(String wxappid)
    • getRe_openid

      public String getRe_openid()
    • setRe_openid

      public void setRe_openid(String re_openid)
    • getTotal_amount

      public String getTotal_amount()
    • setTotal_amount

      public void setTotal_amount(String total_amount)
    • getSend_listid

      public String getSend_listid()
    • setSend_listid

      public void setSend_listid(String send_listid)