Package com.mindee.parsing.common
Class ApiRequest
- java.lang.Object
-
- com.mindee.parsing.common.ApiRequest
-
public class ApiRequest extends Object
Information from Mindee about the api request.
-
-
Constructor Summary
Constructors Constructor Description ApiRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ErrorgetError()Information about an error that occurred during the API request.ArrayList<String>getResources()StringgetStatus()The status of the request.intgetStatusCode()Status code of the request.StringgetUrl()The original url.inthashCode()StringtoString()
-
-
-
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)
-
-