public class OpenidQueryOutput extends Object
| 构造器和说明 |
|---|
OpenidQueryOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getErr_code_des() |
String |
getErr_code()
Gets err code.
|
String |
getMch_id()
Gets mch id.
|
String |
getNonce_str()
Gets nonce str.
|
String |
getOpenid()
Gets openid.
|
String |
getResult_code()
Gets result code.
|
String |
getReturn_code()
Gets return code.
|
String |
getReturn_msg()
Gets return msg.
|
String |
getSign()
Gets sign.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setErr_code_des(String 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 |
setOpenid(String openid)
Sets openid.
|
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.
|
String |
toString() |
public String getErr_code_des()
public void setErr_code_des(String err_code_des)
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 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 getResult_code()
public void setResult_code(String result_code)
result_code - the result codepublic String getErr_code()
public void setErr_code(String err_code)
err_code - the err codepublic String getOpenid()
public void setOpenid(String openid)
openid - the openidCopyright © 2018. All rights reserved.