Package com.mindee.parsing.v2
Class CommonResponse
- java.lang.Object
-
- com.mindee.parsing.v2.CommonResponse
-
- Direct Known Subclasses:
ClassificationResponse,CropResponse,InferenceResponse,JobResponse,OcrResponse,SplitResponse
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 booleancanEqual(Object other)booleanequals(Object o)StringgetRawResponse()The raw server response.inthashCode()voidsetRawResponse(String rawResponse)The raw server response.StringtoString()
-
-
-
Method Detail
-
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.
-
setRawResponse
public void setRawResponse(String rawResponse)
The raw server response. This is not formatted in any way by the library and may contain newline and tab characters.
-
canEqual
protected boolean canEqual(Object other)
-
-