Class ApiResponse

    • Constructor Detail

      • ApiResponse

        public ApiResponse()
    • Method Detail

      • setRawResponse

        public void setRawResponse​(String contents)
      • getApiRequest

        public ApiRequest getApiRequest()
        Information from Mindee about the api request.
      • getRawResponse

        public String getRawResponse()
        The raw server response. This is not formatted in any way by the library and may contain newline and tab characters.
      • setApiRequest

        public void setApiRequest​(ApiRequest apiRequest)
        Information from Mindee about the api request.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object