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