Class OpenServiceBrokerResponse

    • Field Detail

      • statusCode

        protected int statusCode
    • Constructor Detail

      • OpenServiceBrokerResponse

        public OpenServiceBrokerResponse()
    • Method Detail

      • getStatusCode

        public int getStatusCode()
        Returns the HTTP status code.
        Returns:
        the HTTP status code
      • getResponseBody

        public JSONObject getResponseBody()
        Returns the response body.
        Returns:
        the response body or null if there is no response body
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object