public class DefineAnalysisSchemeResult extends Object implements Serializable
The result of a DefineAnalysisScheme
request. Contains
the status of the newly-configured analysis scheme.
Constructor and Description |
---|
DefineAnalysisSchemeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
AnalysisSchemeStatus |
getAnalysisScheme()
The status and configuration of an
AnalysisScheme . |
int |
hashCode() |
void |
setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status and configuration of an
AnalysisScheme . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DefineAnalysisSchemeResult |
withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
The status and configuration of an
AnalysisScheme . |
public AnalysisSchemeStatus getAnalysisScheme()
AnalysisScheme
.AnalysisScheme
.public void setAnalysisScheme(AnalysisSchemeStatus analysisScheme)
AnalysisScheme
.analysisScheme
- The status and configuration of an AnalysisScheme
.public DefineAnalysisSchemeResult withAnalysisScheme(AnalysisSchemeStatus analysisScheme)
AnalysisScheme
.
Returns a reference to this object so that method calls can be chained together.
analysisScheme
- The status and configuration of an AnalysisScheme
.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.