cn.beecloud
类 BCQueryResult
java.lang.Object
cn.beecloud.BCQueryResult
public class BCQueryResult
- extends Object
- 从以下版本开始:
- 2015/6/12
This class is used to form the result for the invocation of 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 |
BCQueryResult
public BCQueryResult(BCEumeration.RESULT_TYPE type)
BCQueryResult
public BCQueryResult(String errMsg,
BCEumeration.RESULT_TYPE type)
BCQueryResult
public BCQueryResult()
getErrMsg
public String getErrMsg()
setErrMsg
public void setErrMsg(String errMsg)
getType
public BCEumeration.RESULT_TYPE getType()
setType
public void setType(BCEumeration.RESULT_TYPE type)
getBcOrders
public List<BCOrderBean> getBcOrders()
setBcOrders
public void setBcOrders(List<BCOrderBean> bcOrders)
getErrDetail
public String getErrDetail()
setErrDetail
public void setErrDetail(String errDetail)
getBcRefundList
public List<BCRefundBean> getBcRefundList()
setBcRefundList
public void setBcRefundList(List<BCRefundBean> bcRefundList)
getOrder
public BCOrderBean getOrder()
setOrder
public void setOrder(BCOrderBean order)
getRefund
public BCRefundBean getRefund()
setRefund
public void setRefund(BCRefundBean refund)
Copyright © 2015. All rights reserved.