public class DeleteAnalysisSchemeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DeleteAnalysisScheme
request. Contains the
status of the deleted analysis scheme.
Modifier and Type | Field and Description |
---|---|
private AnalysisSchemeStatus |
analysisScheme
The status of the analysis scheme being deleted.
|
Constructor and Description |
---|
DeleteAnalysisSchemeResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAnalysisSchemeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
AnalysisSchemeStatus |
getAnalysisScheme()
The status of the analysis scheme being deleted.
|
int |
hashCode() |
void |
setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status of the analysis scheme being deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteAnalysisSchemeResult |
withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status of the analysis scheme being deleted.
|
private AnalysisSchemeStatus analysisScheme
The status of the analysis scheme being deleted.
public void setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status of the analysis scheme being deleted.
analysisScheme
- The status of the analysis scheme being deleted.public AnalysisSchemeStatus getAnalysisScheme()
The status of the analysis scheme being deleted.
public DeleteAnalysisSchemeResult withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status of the analysis scheme being deleted.
analysisScheme
- The status of the analysis scheme being deleted.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 DeleteAnalysisSchemeResult clone()
clone
in class java.lang.Object