public class WechatPayInput extends Object
| 构造器和说明 |
|---|
WechatPayInput()
Instantiates a new Wechat pay input.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getAttach()
Gets attach.
|
String |
getAuth_code()
Gets auth code.
|
String |
getBody()
Gets body.
|
String |
getDetail()
Gets detail.
|
String |
getDevice_info()
Gets device info.
|
String |
getFee_type()
Gets fee type.
|
String |
getGoods_tag()
Gets goods tag.
|
String |
getLimit_pay()
Gets limit pay.
|
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 |
getSign()
Gets sign.
|
String |
getSpbill_create_ip()
Gets spbill create ip.
|
String |
getSub_appid()
Gets sub appid.
|
String |
getSub_mch_id()
Gets sub mch id.
|
String |
getTotal_fee()
Gets total fee.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setAttach(String attach)
Sets attach.
|
void |
setAuth_code(String auth_code)
Sets auth code.
|
void |
setBody(String body)
Sets body.
|
void |
setDetail(String detail)
Sets detail.
|
void |
setDevice_info(String device_info)
Sets device info.
|
void |
setFee_type(String fee_type)
Sets fee type.
|
void |
setGoods_tag(String goods_tag)
Sets goods tag.
|
void |
setLimit_pay(String limit_pay)
Sets limit pay.
|
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 |
setSign(String sign)
Sets sign.
|
void |
setSpbill_create_ip(String spbill_create_ip)
Sets spbill create ip.
|
void |
setSub_appid(String sub_appid)
Sets sub appid.
|
void |
setSub_mch_id(String sub_mch_id)
Sets sub mch id.
|
void |
setTotal_fee(String total_fee)
Sets total fee.
|
String |
toString() |
public 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 getOpenid()
public String getAppid()
public String getMch_id()
public String getNonce_str()
public String getSign()
public String getBody()
public String getTotal_fee()
public String getSpbill_create_ip()
public String getOut_trade_no()
public String getDetail()
public String getAttach()
public String getFee_type()
public String getGoods_tag()
public String getDevice_info()
public String getLimit_pay()
public void setOpenid(String openid)
openid - the openidpublic 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 setBody(String body)
body - the bodypublic void setTotal_fee(String total_fee)
total_fee - the total feepublic void setSpbill_create_ip(String spbill_create_ip)
spbill_create_ip - the spbill create ippublic void setOut_trade_no(String out_trade_no)
out_trade_no - the out trade nopublic void setDetail(String detail)
detail - the detailpublic void setAttach(String attach)
attach - the attachpublic void setFee_type(String fee_type)
fee_type - the fee typepublic void setGoods_tag(String goods_tag)
goods_tag - the goods tagpublic void setDevice_info(String device_info)
device_info - the device infopublic void setLimit_pay(String limit_pay)
limit_pay - the limit paypublic String getAuth_code()
public void setAuth_code(String auth_code)
auth_code - the auth codeCopyright © 2018. All rights reserved.