Package com.foxinmy.weixin4j.payment.mch
Class CustomsOrderRecord
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.payment.mch.CustomsOrderRecord
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CustomsOrderRecord extends MerchantResult
Deprecated.迁移到子模块weixin4j-pay报关记录- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomsOrderRecord()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<CustomsOrderResult>
getCustomsOrderList()
Deprecated.int
getOrderCount()
Deprecated.String
getTransactionId()
Deprecated.void
setCustomsOrderList(List<CustomsOrderResult> customsOrderList)
Deprecated.void
setOrderCount(int orderCount)
Deprecated.void
setTransactionId(String transactionId)
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, getFormatSignType, 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.XmlResult
getErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
-
-
-
-
Method Detail
-
getTransactionId
public String getTransactionId()
Deprecated.
-
setTransactionId
public void setTransactionId(String transactionId)
Deprecated.
-
getOrderCount
public int getOrderCount()
Deprecated.
-
setOrderCount
public void setOrderCount(int orderCount)
Deprecated.
-
getCustomsOrderList
public List<CustomsOrderResult> getCustomsOrderList()
Deprecated.
-
setCustomsOrderList
public void setCustomsOrderList(List<CustomsOrderResult> customsOrderList)
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMerchantResult
-
-