public class WechatReverseInput extends Object
| 构造器和说明 |
|---|
WechatReverseInput()
Instantiates a new Wechat reverse input.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getMch_id()
Gets mch id.
|
String |
getNonce_str()
Gets nonce str.
|
String |
getOut_trade_no()
Gets out trade no.
|
String |
getSign()
Gets sign.
|
String |
getSub_appid()
Gets sub appid.
|
String |
getSub_mch_id()
Gets sub mch id.
|
String |
getTransaction_id()
Gets transaction id.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setMch_id(String mch_id)
Sets mch id.
|
void |
setNonce_str(String nonce_str)
Sets nonce str.
|
void |
setOut_trade_no(String out_trade_no)
Sets out trade no.
|
void |
setSign(String sign)
Sets sign.
|
void |
setSub_appid(String sub_appid)
Sets sub appid.
|
void |
setSub_mch_id(String sub_mch_id)
Sets sub mch id.
|
void |
setTransaction_id(String transaction_id)
Sets transaction id.
|
String |
toString() |
public String getAppid()
public void setAppid(String appid)
appid - the appidpublic String getMch_id()
public void setMch_id(String mch_id)
mch_id - the mch idpublic 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 getNonce_str()
public void setNonce_str(String nonce_str)
nonce_str - the nonce strpublic String getSign()
public void setSign(String sign)
sign - the signpublic 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 idCopyright © 2018. All rights reserved.