public class OpenidQueryInput extends Object
| 构造器和说明 |
|---|
OpenidQueryInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getAuth_code()
Gets auth code.
|
String |
getMch_id()
Gets mch id.
|
String |
getNonce_str()
Gets nonce str.
|
String |
getSign()
Gets sign.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setAuth_code(String auth_code)
Sets auth code.
|
void |
setMch_id(String mch_id)
Sets mch id.
|
void |
setNonce_str(String nonce_str)
Sets nonce str.
|
void |
setSign(String sign)
Sets sign.
|
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 getNonce_str()
public void setNonce_str(String nonce_str)
nonce_str - the nonce strpublic String getAuth_code()
public void setAuth_code(String auth_code)
auth_code - the auth codepublic String getSign()
public void setSign(String sign)
sign - the signCopyright © 2018. All rights reserved.