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

构造方法摘要
BCQueryStatusResult()
           
BCQueryStatusResult(BCEumeration.RESULT_TYPE type)
           
BCQueryStatusResult(String errMsg, BCEumeration.RESULT_TYPE type)
           
 
方法摘要
 String getErr_detail()
           
 String getErrMsg()
           
 String getRefundStatus()
           
 BCEumeration.RESULT_TYPE getType()
           
 void setErr_detail(String err_detail)
           
 void setErrMsg(String errMsg)
           
 void setRefundStatus(String refundStatus)
           
 void setType(BCEumeration.RESULT_TYPE type)
           
 
从类 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)

getErr_detail

public String getErr_detail()

setErr_detail

public void setErr_detail(String err_detail)

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.