com.foxinmy.weixin4j.mp.oldpayment
Class ApiResultV2

java.lang.Object
  extended by 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

Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.