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

构造方法摘要
BCPayResult()
           
BCPayResult(BCEumeration.RESULT_TYPE type)
           
BCPayResult(String errMsg, BCEumeration.RESULT_TYPE type)
           
 
方法摘要
 String getCode_url()
           
 String getErr_detail()
           
 String getErrMsg()
           
 String getHtml()
           
 String getSucessMsg()
           
 BCEumeration.RESULT_TYPE getType()
           
 String getUrl()
           
 Map<String,Object> getWxJSAPIMap()
           
 void setCode_url(String code_url)
           
 void setErr_detail(String err_detail)
           
 void setErrMsg(String errMsg)
           
 void setHtml(String html)
           
 void setSucessMsg(String sucessMsg)
           
 void setType(BCEumeration.RESULT_TYPE type)
           
 void setUrl(String url)
           
 void setWxJSAPIMap(Map<String,Object> wxJSAPIMap)
           
 
从类 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)

getCode_url

public String getCode_url()

setCode_url

public void setCode_url(String code_url)

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)

getErr_detail

public String getErr_detail()

setErr_detail

public void setErr_detail(String err_detail)

getWxJSAPIMap

public Map<String,Object> getWxJSAPIMap()

setWxJSAPIMap

public void setWxJSAPIMap(Map<String,Object> wxJSAPIMap)


Copyright © 2015. All rights reserved.