Package com.mindee.parsing.v2
Class CommonResponse
- java.lang.Object
-
- com.mindee.parsing.v2.CommonResponse
-
- Direct Known Subclasses:
InferenceResponse
,JobResponse
public abstract class CommonResponse extends Object
Common response information from Mindee API V2.
-
-
Constructor Summary
Constructors Constructor Description CommonResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getRawResponse()
The raw server response.int
hashCode()
void
setRawResponse(String contents)
String
toString()
-