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)
getErr_detail
public String getErr_detail()
setErr_detail
public void setErr_detail(String err_detail)
getBcRefundList
public List<BCRefundBean> getBcRefundList()
setBcRefundList
public void setBcRefundList(List<BCRefundBean> bcRefundList)
Copyright © 2015. All rights reserved.