public class ReadJobResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The ReadJobResponse
structure.
Modifier and Type | Field and Description |
---|---|
private Job |
job
A section of the response body that provides information about the job.
|
Constructor and Description |
---|
ReadJobResult() |
Modifier and Type | Method and Description |
---|---|
ReadJobResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Job |
getJob()
A section of the response body that provides information about the job.
|
int |
hashCode() |
void |
setJob(Job job)
A section of the response body that provides information about the job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReadJobResult |
withJob(Job job)
A section of the response body that provides information about the job.
|
private Job job
A section of the response body that provides information about the job.
public void setJob(Job job)
A section of the response body that provides information about the job.
job
- A section of the response body that provides information about the
job.public Job getJob()
A section of the response body that provides information about the job.
public ReadJobResult withJob(Job job)
A section of the response body that provides information about the job.
job
- A section of the response body that provides information about the
job.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReadJobResult clone()
clone
in class java.lang.Object