public class OpenidQueryResponse extends WechatResponse
| 构造器和说明 |
|---|
OpenidQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId()
Gets app id.
|
String |
getMchId()
Gets mch id.
|
String |
getNonceStr()
Gets nonce str.
|
String |
getOpenId()
Gets open id.
|
String |
getSign()
Gets sign.
|
void |
setAppId(String appId)
Sets app id.
|
void |
setMchId(String mchId)
Sets mch id.
|
void |
setNonceStr(String nonceStr)
Sets nonce str.
|
void |
setOpenId(String openId)
Sets open id.
|
void |
setSign(String sign)
Sets sign.
|
String |
toString() |
getErrCode, getErrCodeDes, getMessage, getResultCode, getReturnCode, getReturnMsg, isSuccess, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsgpublic String getAppId()
public void setAppId(String appId)
appId - the app idpublic String getMchId()
public void setMchId(String mchId)
mchId - the mch idpublic String getNonceStr()
public void setNonceStr(String nonceStr)
nonceStr - the nonce strpublic String getSign()
public void setSign(String sign)
sign - the signpublic String getOpenId()
public void setOpenId(String openId)
openId - the open idCopyright © 2018. All rights reserved.