Class EntityResponse

    • Field Detail

      • responseCode

        public int responseCode
        The http response code
      • responseMessage

        public String responseMessage
        The response message
      • responseBody

        public String responseBody
        the body of the response
      • responseHeaders

        public Map<String,​String[]> responseHeaders
        The map of the response headers, this may be null
    • Constructor Detail

      • EntityResponse

        public EntityResponse​(int responseCode,
                              String responseMessage,
                              String responseBody,
                              Map<String,​String[]> responseHeaders)
    • Method Detail

      • getResponseCode

        public int getResponseCode()
      • getResponseMessage

        public String getResponseMessage()
      • getResponseBody

        public String getResponseBody()