Package com.foxinmy.weixin4j.payment
Class PayBaseInfo
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.PayBaseInfo
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JsPayNotify
,PayFeedback
,PayRequest
,PayWarn
@Deprecated public class PayBaseInfo extends Object implements Serializable
Deprecated.迁移到子模块weixin4j-pay基本信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PayBaseInfo()
Deprecated.PayBaseInfo(String appId, String timestamp, String noncestr)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getAppId()
Deprecated.SignType
getFormatSignType()
Deprecated.String
getNonceStr()
Deprecated.String
getPaySign()
Deprecated.String
getSignType()
Deprecated.String
getTimeStamp()
Deprecated.void
setAppId(String appId)
Deprecated.void
setNonceStr(String nonceStr)
Deprecated.void
setPaySign(String paySign)
Deprecated.void
setSignType(SignType signType)
Deprecated.void
setTimeStamp(String timeStamp)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
getAppId
public String getAppId()
Deprecated.
-
setAppId
public void setAppId(String appId)
Deprecated.
-
getTimeStamp
public String getTimeStamp()
Deprecated.
-
setTimeStamp
public void setTimeStamp(String timeStamp)
Deprecated.
-
getNonceStr
public String getNonceStr()
Deprecated.
-
setNonceStr
public void setNonceStr(String nonceStr)
Deprecated.
-
getPaySign
public String getPaySign()
Deprecated.
-
setPaySign
public void setPaySign(String paySign)
Deprecated.
-
getSignType
public String getSignType()
Deprecated.
-
getFormatSignType
public SignType getFormatSignType()
Deprecated.
-
setSignType
public void setSignType(SignType signType)
Deprecated.
-
-