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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ApiResultV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignType
getFormatSignType()
String
getInputCharset()
String
getPartner()
Integer
getRetCode()
String
getRetMsg()
String
getSign()
Integer
getSignKeyIndex()
String
getSignType()
void
setInputCharset(String inputCharset)
void
setPartner(String partner)
void
setRetCode(int retCode)
void
setRetMsg(String retMsg)
void
setSign(String sign)
void
setSignKeyIndex(Integer signKeyIndex)
void
setSignType(String signType)
String
toString()
-
-
-
Method Detail
-
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)
-
-