Package com.mindee.parsing.v2
Class JobResponse
- java.lang.Object
-
- com.mindee.parsing.v2.CommonResponse
-
- com.mindee.parsing.v2.JobResponse
-
public final class JobResponse extends CommonResponse
Represents an asynchronous polling response.
-
-
Constructor Summary
Constructors Constructor Description JobResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)JobgetJob()Representation of the Job.inthashCode()voidsetJob(Job job)Representation of the Job.StringtoString()-
Methods inherited from class com.mindee.parsing.v2.CommonResponse
getRawResponse, setRawResponse
-
-
-
-
Method Detail
-
getJob
public Job getJob()
Representation of the Job.
-
setJob
public void setJob(Job job)
Representation of the Job.
-
toString
public String toString()
- Overrides:
toStringin classCommonResponse
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCommonResponse
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classCommonResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCommonResponse
-
-