public class MicroMchResponse extends WechatResponse
| 构造器和说明 |
|---|
MicroMchResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMchId()
Gets mch id.
|
String |
getMicroMchId()
Gets micro mch id.
|
String |
getSign()
Gets sign.
|
void |
setMchId(String mchId)
Sets mch id.
|
void |
setMicroMchId(String microMchId)
Sets micro mch id.
|
void |
setSign(String sign)
Sets sign.
|
getErrCode, getErrCodeDes, getMessage, getResultCode, getReturnCode, getReturnMsg, isSuccess, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsgpublic String getMchId()
public void setMchId(String mchId)
mchId - the mch idpublic String getSign()
public void setSign(String sign)
sign - the signpublic String getMicroMchId()
public void setMicroMchId(String microMchId)
microMchId - the micro mch idCopyright © 2018. All rights reserved.