cn.beecloud
类 BCQueryStatusResult
java.lang.Object
cn.beecloud.BCQueryStatusResult
public class BCQueryStatusResult
- extends Object
- 从以下版本开始:
- 2015/6/12
This class is used to form the result for the invocation of WeChat refund status query interface.
An invoker can present the result message according to the result type enum.
- 作者:
- Ray
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BCQueryStatusResult
public BCQueryStatusResult(BCEumeration.RESULT_TYPE type)
BCQueryStatusResult
public BCQueryStatusResult(String errMsg,
BCEumeration.RESULT_TYPE type)
BCQueryStatusResult
public BCQueryStatusResult()
getErrMsg
public String getErrMsg()
setErrMsg
public void setErrMsg(String errMsg)
getErrDetail
public String getErrDetail()
setErrDetail
public void setErrDetail(String errDetail)
getType
public BCEumeration.RESULT_TYPE getType()
setType
public void setType(BCEumeration.RESULT_TYPE type)
getRefundStatus
public String getRefundStatus()
setRefundStatus
public void setRefundStatus(String refundStatus)
Copyright © 2015. All rights reserved.