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 boolean
canEqual(Object other)
boolean
equals(Object o)
Job
getJob()
Representation of the Job.int
hashCode()
void
setJob(Job job)
Representation of the Job.String
toString()
-
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:
toString
in classCommonResponse
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classCommonResponse
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classCommonResponse
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCommonResponse
-
-