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 boolean
canEqual(Object other)
boolean
equals(Object o)
Error
getError()
Information about an error that occurred during the API request.ArrayList<String>
getResources()
String
getStatus()
The status of the request.int
getStatusCode()
Status code of the request.String
getUrl()
The original url.int
hashCode()
String
toString()
-
-
-
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)
-
-