public class ResolveCaseResult extends Object implements Serializable
Contains the following objects or data if successful. Otherwise, returns an error.
Constructor and Description |
---|
ResolveCaseResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFinalCaseStatus()
The status of the case after the ResolveCase request was
processed.
|
String |
getInitialCaseStatus()
The status of the case when the ResolveCase request was sent.
|
int |
hashCode() |
void |
setFinalCaseStatus(String finalCaseStatus)
The status of the case after the ResolveCase request was
processed.
|
void |
setInitialCaseStatus(String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResolveCaseResult |
withFinalCaseStatus(String finalCaseStatus)
The status of the case after the ResolveCase request was
processed.
|
ResolveCaseResult |
withInitialCaseStatus(String initialCaseStatus)
The status of the case when the ResolveCase request was sent.
|
public String getInitialCaseStatus()
public void setInitialCaseStatus(String initialCaseStatus)
initialCaseStatus
- The status of the case when the ResolveCase request was sent.public ResolveCaseResult withInitialCaseStatus(String initialCaseStatus)
Returns a reference to this object so that method calls can be chained together.
initialCaseStatus
- The status of the case when the ResolveCase request was sent.public String getFinalCaseStatus()
public void setFinalCaseStatus(String finalCaseStatus)
finalCaseStatus
- The status of the case after the ResolveCase request was
processed.public ResolveCaseResult withFinalCaseStatus(String finalCaseStatus)
Returns a reference to this object so that method calls can be chained together.
finalCaseStatus
- The status of the case after the ResolveCase request was
processed.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.