public class GetThirdPartyJobDetailsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a get third party job details action.
Modifier and Type | Field and Description |
---|---|
private ThirdPartyJobDetails |
jobDetails
The details of the job, including any protected values defined for the
job.
|
Constructor and Description |
---|
GetThirdPartyJobDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetThirdPartyJobDetailsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ThirdPartyJobDetails |
getJobDetails()
The details of the job, including any protected values defined for the
job.
|
int |
hashCode() |
void |
setJobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the
job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetThirdPartyJobDetailsResult |
withJobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the
job.
|
private ThirdPartyJobDetails jobDetails
The details of the job, including any protected values defined for the job.
public void setJobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the job.
jobDetails
- The details of the job, including any protected values defined for
the job.public ThirdPartyJobDetails getJobDetails()
The details of the job, including any protected values defined for the job.
public GetThirdPartyJobDetailsResult withJobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the job.
jobDetails
- The details of the job, including any protected values defined for
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 GetThirdPartyJobDetailsResult clone()
clone
in class java.lang.Object