public class WechatPayOutput extends Object
| 构造器和说明 |
|---|
WechatPayOutput()
Instantiates a new Wechat pay output.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getAttach()
Gets attach.
|
String |
getBank_type()
Gets bank type.
|
String |
getCash_fee_type()
Gets cash fee type.
|
String |
getCash_fee()
Gets cash fee.
|
String |
getCoupon_fee()
Gets coupon fee.
|
String |
getDevice_info()
Gets device info.
|
String |
getErr_code_des()
Gets err code des.
|
String |
getErr_code()
Gets err code.
|
String |
getFee_type()
Gets fee type.
|
String |
getIs_subscribe()
Gets is subscribe.
|
String |
getMch_id()
Gets mch id.
|
String |
getNonce_str()
Gets nonce str.
|
String |
getOpenid()
Gets openid.
|
String |
getOut_trade_no()
Gets out trade no.
|
String |
getResult_code()
Gets result code.
|
String |
getReturn_code()
Gets return code.
|
String |
getReturn_msg()
Gets return msg.
|
String |
getSign()
Gets sign.
|
String |
getSub_appid()
Gets sub appid.
|
String |
getSub_is_subscribe()
Gets sub is subscribe.
|
String |
getSub_mch_id()
Gets sub mch id.
|
String |
getSub_openid()
Gets sub openid.
|
String |
getTime_end()
Gets time end.
|
String |
getTotal_fee()
Gets total fee.
|
String |
getTrade_type()
Gets trade type.
|
String |
getTransaction_id()
Gets transaction id.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setAttach(String attach)
Sets attach.
|
void |
setBank_type(String bank_type)
Sets bank type.
|
void |
setCash_fee_type(String cash_fee_type)
Sets cash fee type.
|
void |
setCash_fee(String cash_fee)
Sets cash fee.
|
void |
setCoupon_fee(String coupon_fee)
Sets coupon fee.
|
void |
setDevice_info(String device_info)
Sets device info.
|
void |
setErr_code_des(String err_code_des)
Sets err code des.
|
void |
setErr_code(String err_code)
Sets err code.
|
void |
setFee_type(String fee_type)
Sets fee type.
|
void |
setIs_subscribe(String is_subscribe)
Sets is subscribe.
|
void |
setMch_id(String mch_id)
Sets mch id.
|
void |
setNonce_str(String nonce_str)
Sets nonce str.
|
void |
setOpenid(String openid)
Sets openid.
|
void |
setOut_trade_no(String out_trade_no)
Sets out trade no.
|
void |
setResult_code(String result_code)
Sets result code.
|
void |
setReturn_code(String return_code)
Sets return code.
|
void |
setReturn_msg(String return_msg)
Sets return msg.
|
void |
setSign(String sign)
Sets sign.
|
void |
setSub_appid(String sub_appid)
Sets sub appid.
|
void |
setSub_is_subscribe(String sub_is_subscribe)
Sets sub is subscribe.
|
void |
setSub_mch_id(String sub_mch_id)
Sets sub mch id.
|
void |
setSub_openid(String sub_openid)
Sets sub openid.
|
void |
setTime_end(String time_end)
Sets time end.
|
void |
setTotal_fee(String total_fee)
Sets total fee.
|
void |
setTrade_type(String trade_type)
Sets trade type.
|
void |
setTransaction_id(String transaction_id)
Sets transaction id.
|
String |
toString() |
public String getCoupon_fee()
public void setCoupon_fee(String coupon_fee)
coupon_fee - the coupon feepublic String getSub_openid()
public void setSub_openid(String sub_openid)
sub_openid - the sub openidpublic String getSub_is_subscribe()
public void setSub_is_subscribe(String sub_is_subscribe)
sub_is_subscribe - the sub is subscribepublic String getSub_appid()
public void setSub_appid(String sub_appid)
sub_appid - the sub appidpublic String getSub_mch_id()
public void setSub_mch_id(String sub_mch_id)
sub_mch_id - the sub mch idpublic String getDevice_info()
public void setDevice_info(String device_info)
device_info - the device infopublic String getErr_code()
public void setErr_code(String err_code)
err_code - the err codepublic String getErr_code_des()
public void setErr_code_des(String err_code_des)
err_code_des - the err code despublic String getReturn_code()
public String getReturn_msg()
public String getAppid()
public String getMch_id()
public String getNonce_str()
public String getSign()
public String getResult_code()
public String getTrade_type()
public void setReturn_code(String return_code)
return_code - the return codepublic void setReturn_msg(String return_msg)
return_msg - the return msgpublic void setAppid(String appid)
appid - the appidpublic void setMch_id(String mch_id)
mch_id - the mch idpublic void setNonce_str(String nonce_str)
nonce_str - the nonce strpublic void setSign(String sign)
sign - the signpublic void setResult_code(String result_code)
result_code - the result codepublic void setTrade_type(String trade_type)
trade_type - the trade typepublic String getOpenid()
public void setOpenid(String openid)
openid - the openidpublic String getIs_subscribe()
public void setIs_subscribe(String is_subscribe)
is_subscribe - the is subscribepublic String getBank_type()
public void setBank_type(String bank_type)
bank_type - the bank typepublic String getFee_type()
public void setFee_type(String fee_type)
fee_type - the fee typepublic String getTotal_fee()
public void setTotal_fee(String total_fee)
total_fee - the total feepublic String getCash_fee_type()
public void setCash_fee_type(String cash_fee_type)
cash_fee_type - the cash fee typepublic String getCash_fee()
public void setCash_fee(String cash_fee)
cash_fee - the cash feepublic String getTransaction_id()
public void setTransaction_id(String transaction_id)
transaction_id - the transaction idpublic String getOut_trade_no()
public void setOut_trade_no(String out_trade_no)
out_trade_no - the out trade nopublic String getAttach()
public void setAttach(String attach)
attach - the attachpublic String getTime_end()
public void setTime_end(String time_end)
time_end - the time endCopyright © 2017. All rights reserved.