cbstripe

Class Response

lucee.Component
    extended by cbstripe.Response
Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any errorCode


    • access = public
    • returntype = any
    true false
    any errorMessage


    • access = public
    • returntype = any
    true false
    any errorType


    • access = public
    • returntype = any
    true false
    any rawResponse


    • access = public
    • returntype = any
    true false
    any result


    • access = public
    • returntype = any
    true false
    any status


    • access = public
    • returntype = any
    true false
    Constructor Summary
    init()
    Method Summary
    string getErrorCode()
    string getErrorMessage()
    string getErrorType()
    string getRawResponse()
    string getResult()
    string getStatus()
    any getSuccess()
    any setErrorCode(any errorCode)
    any setErrorMessage(any errorMessage)
    any setErrorType(any errorType)
    any setRawResponse(any rawResponse)
    any setResult(any result)
    any setStatus(any status)
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    errorCode

    property any errorCode

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    errorMessage

    property any errorMessage

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    errorType

    property any errorType

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    rawResponse

    property any rawResponse

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    result

    property any result

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    status

    property any status

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    getErrorCode

    public string getErrorCode()


    getErrorMessage

    public string getErrorMessage()


    getErrorType

    public string getErrorType()


    getRawResponse

    public string getRawResponse()


    getResult

    public string getResult()


    getStatus

    public string getStatus()


    getSuccess

    public any getSuccess()


    setErrorCode

    public any setErrorCode(any errorCode)

    Parameters:
    errorCode

    setErrorMessage

    public any setErrorMessage(any errorMessage)

    Parameters:
    errorMessage

    setErrorType

    public any setErrorType(any errorType)

    Parameters:
    errorType

    setRawResponse

    public any setRawResponse(any rawResponse)

    Parameters:
    rawResponse

    setResult

    public any setResult(any result)

    Parameters:
    result

    setStatus

    public any setStatus(any status)

    Parameters:
    status