Class OpenIdResult
- java.lang.Object
- 
- com.foxinmy.weixin4j.http.weixin.XmlResult
- 
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
- 
- com.foxinmy.weixin4j.pay.payment.mch.OpenIdResult
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- NativePayNotify
 
 public class OpenIdResult extends MerchantResult authcode2openid- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description OpenIdResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOpenId()StringgetSubOpenId()voidsetOpenId(String openId)voidsetSubOpenId(String subOpenId)StringtoString()- 
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResultgetAppId, getDeviceInfo, getFormatRecall, getMchId, getNonceStr, getRecall, getSign, getSignType, getSubAppId, getSubMchId, setAppId, setDeviceInfo, setMchId, setNonceStr, setRecall, setSign, setSignType, setSubAppId, setSubMchId
 - 
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResultgetErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
 
- 
 
-