Class ApiRequest


  • public class ApiRequest
    extends Object
    Information from Mindee about the api request.
    • Constructor Detail

      • ApiRequest

        public ApiRequest()
    • Method Detail

      • getError

        public Error getError()
        Information about an error that occurred during the API request.
      • getStatus

        public String getStatus()
        The status of the request.
      • getStatusCode

        public int getStatusCode()
        Status code of the request.
      • getUrl

        public String getUrl()
        The original url.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object