public class ResolveCaseResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The status of the case returned by the ResolveCase operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
finalCaseStatus
The status of the case after the ResolveCase request was
processed.
|
private java.lang.String |
initialCaseStatus
The status of the case when the ResolveCase request was sent.
|
Constructor and Description |
---|
ResolveCaseResult() |
Modifier and Type | Method and Description |
---|---|
ResolveCaseResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFinalCaseStatus()
The status of the case after the ResolveCase request was
processed.
|
java.lang.String |
getInitialCaseStatus()
The status of the case when the ResolveCase request was sent.
|
int |
hashCode() |
void |
setFinalCaseStatus(java.lang.String finalCaseStatus)
The status of the case after the ResolveCase request was
processed.
|
void |
setInitialCaseStatus(java.lang.String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResolveCaseResult |
withFinalCaseStatus(java.lang.String finalCaseStatus)
The status of the case after the ResolveCase request was
processed.
|
ResolveCaseResult |
withInitialCaseStatus(java.lang.String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
|
private java.lang.String initialCaseStatus
The status of the case when the ResolveCase request was sent.
private java.lang.String finalCaseStatus
The status of the case after the ResolveCase request was processed.
public void setInitialCaseStatus(java.lang.String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
initialCaseStatus
- The status of the case when the ResolveCase request was
sent.public java.lang.String getInitialCaseStatus()
The status of the case when the ResolveCase request was sent.
public ResolveCaseResult withInitialCaseStatus(java.lang.String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
initialCaseStatus
- The status of the case when the ResolveCase request was
sent.public void setFinalCaseStatus(java.lang.String finalCaseStatus)
The status of the case after the ResolveCase request was processed.
finalCaseStatus
- The status of the case after the ResolveCase request was
processed.public java.lang.String getFinalCaseStatus()
The status of the case after the ResolveCase request was processed.
public ResolveCaseResult withFinalCaseStatus(java.lang.String finalCaseStatus)
The status of the case after the ResolveCase request was processed.
finalCaseStatus
- The status of the case after the ResolveCase request was
processed.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 ResolveCaseResult clone()
clone
in class java.lang.Object