public class UnifiedOrderOutput extends Object
| 构造器和说明 |
|---|
UnifiedOrderOutput()
Instantiates a new Unified order output.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getCode_url()
Gets code url.
|
String |
getDevice_info()
Gets device info.
|
String |
getErr_code_des()
Gets err code des.
|
String |
getErr_code()
Gets err code.
|
String |
getMch_id()
Gets mch id.
|
String |
getNonce_str()
Gets nonce str.
|
String |
getPrepay_id()
Gets prepay id.
|
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_mch_id()
Gets sub mch id.
|
String |
getTrade_type()
Gets trade type.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setCode_url(String code_url)
Sets code url.
|
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 |
setMch_id(String mch_id)
Sets mch id.
|
void |
setNonce_str(String nonce_str)
Sets nonce str.
|
void |
setPrepay_id(String prepay_id)
Sets prepay id.
|
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_mch_id(String sub_mch_id)
Sets sub mch id.
|
void |
setTrade_type(String trade_type)
Sets trade type.
|
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 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 getCode_url()
public void setCode_url(String code_url)
code_url - the code urlpublic 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 getPrepay_id()
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 setPrepay_id(String prepay_id)
prepay_id - the prepay idpublic void setTrade_type(String trade_type)
trade_type - the trade typeCopyright © 2018. All rights reserved.