| 构造器和说明 |
|---|
CloseOrderOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
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 |
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.
|
void |
setAppid(String appid)
Sets appid.
|
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 |
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.
|
String |
toString() |
public String getReturn_code()
public void setReturn_code(String return_code)
return_code - the return codepublic String getReturn_msg()
public void setReturn_msg(String return_msg)
return_msg - the return msgpublic 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 getSub_mch_id()
public void setSub_mch_id(String sub_mch_id)
sub_mch_id - the sub mch idpublic 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 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 getSub_appid()
public void setSub_appid(String sub_appid)
sub_appid - the sub appidpublic String getResult_code()
public void setResult_code(String result_code)
result_code - the result codeCopyright © 2017. All rights reserved.