|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearchv2.model.AnalysisSchemeStatus
public class AnalysisSchemeStatus
The status and configuration of an AnalysisScheme
.
Constructor Summary | |
---|---|
AnalysisSchemeStatus()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
AnalysisScheme |
getOptions()
Configuration information for an analysis scheme. |
OptionStatus |
getStatus()
The status of domain configuration option. |
int |
hashCode()
|
void |
setOptions(AnalysisScheme options)
Configuration information for an analysis scheme. |
void |
setStatus(OptionStatus status)
The status of domain configuration option. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AnalysisSchemeStatus |
withOptions(AnalysisScheme options)
Configuration information for an analysis scheme. |
AnalysisSchemeStatus |
withStatus(OptionStatus status)
The status of domain configuration option. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnalysisSchemeStatus()
Method Detail |
---|
public AnalysisScheme getOptions()
Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.
Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.public void setOptions(AnalysisScheme options)
Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.
options
- Configuration information for an analysis scheme. Each analysis scheme
has a unique name and specifies the language of the text to be
processed. The following options can be configured for an analysis
scheme: Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.public AnalysisSchemeStatus withOptions(AnalysisScheme options)
Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.
Returns a reference to this object so that method calls can be chained together.
options
- Configuration information for an analysis scheme. Each analysis scheme
has a unique name and specifies the language of the text to be
processed. The following options can be configured for an analysis
scheme: Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.
public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of domain configuration option.public AnalysisSchemeStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of domain configuration option.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |