com.foxinmy.weixin4j.mp.oldpayment
Class ApiResultV2
java.lang.Object
com.foxinmy.weixin4j.mp.oldpayment.ApiResultV2
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OrderV2, RefundDetailV2, RefundRecordV2
public class ApiResultV2
- extends Object
- implements Serializable
调用V2.x接口返回的公用字段
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
getRetCode
public Integer getRetCode()
setRetCode
public void setRetCode(int retCode)
getRetMsg
public String getRetMsg()
setRetMsg
public void setRetMsg(String retMsg)
getInputCharset
public String getInputCharset()
setInputCharset
public void setInputCharset(String inputCharset)
getPartner
public String getPartner()
setPartner
public void setPartner(String partner)
getSign
public String getSign()
setSign
public void setSign(String sign)
getSignType
public String getSignType()
getFormatSignType
public SignType getFormatSignType()
setSignType
public void setSignType(String signType)
getSignKeyIndex
public Integer getSignKeyIndex()
setSignKeyIndex
public void setSignKeyIndex(Integer signKeyIndex)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.