public class AcknowledgeThirdPartyJobResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of an acknowledge third party job action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
status
The status information for the third party job, if any.
|
Constructor and Description |
---|
AcknowledgeThirdPartyJobResult() |
Modifier and Type | Method and Description |
---|---|
AcknowledgeThirdPartyJobResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStatus()
The status information for the third party job, if any.
|
int |
hashCode() |
void |
setStatus(JobStatus status)
The status information for the third party job, if any.
|
void |
setStatus(java.lang.String status)
The status information for the third party job, if any.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AcknowledgeThirdPartyJobResult |
withStatus(JobStatus status)
The status information for the third party job, if any.
|
AcknowledgeThirdPartyJobResult |
withStatus(java.lang.String status)
The status information for the third party job, if any.
|
private java.lang.String status
The status information for the third party job, if any.
public void setStatus(java.lang.String status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
public java.lang.String getStatus()
The status information for the third party job, if any.
JobStatus
public AcknowledgeThirdPartyJobResult withStatus(java.lang.String status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
public void setStatus(JobStatus status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
public AcknowledgeThirdPartyJobResult withStatus(JobStatus status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
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 AcknowledgeThirdPartyJobResult clone()
clone
in class java.lang.Object