cn.beecloud
类 BCPayResult
java.lang.Object
cn.beecloud.BCPayResult
public class BCPayResult
- extends Object
- 从以下版本开始:
- 2015/6/12
This class is used to form the result for the SDK invocation.
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 |
BCPayResult
public BCPayResult()
BCPayResult
public BCPayResult(BCEumeration.RESULT_TYPE type)
BCPayResult
public BCPayResult(String errMsg,
BCEumeration.RESULT_TYPE type)
getType
public BCEumeration.RESULT_TYPE getType()
setType
public void setType(BCEumeration.RESULT_TYPE type)
getCodeUrl
public String getCodeUrl()
setCodeUrl
public void setCodeUrl(String codeUrl)
getHtml
public String getHtml()
setHtml
public void setHtml(String html)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getErrMsg
public String getErrMsg()
setErrMsg
public void setErrMsg(String errMsg)
getSucessMsg
public String getSucessMsg()
setSucessMsg
public void setSucessMsg(String sucessMsg)
getErrDetail
public String getErrDetail()
setErrDetail
public void setErrDetail(String errDetail)
getWxJSAPIMap
public Map<String,Object> getWxJSAPIMap()
setWxJSAPIMap
public void setWxJSAPIMap(Map<String,Object> wxJSAPIMap)
getAliQrCode
public String getAliQrCode()
setAliQrCode
public void setAliQrCode(String aliQrCode)
getObjectId
public String getObjectId()
setObjectId
public void setObjectId(String objectId)
Copyright © 2015. All rights reserved.