@Deprecated public class UpdateStemmingOptionsResult extends Object implements Serializable
A response message that contains the status of updated stemming options.
Constructor and Description |
---|
UpdateStemmingOptionsResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
StemmingOptionsStatus |
getStems()
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
int |
hashCode()
Deprecated.
|
void |
setStems(StemmingOptionsStatus stems)
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateStemmingOptionsResult |
withStems(StemmingOptionsStatus stems)
Deprecated.
The stemming options configured for this search domain and the current
status of those options.
|
public StemmingOptionsStatus getStems()
public void setStems(StemmingOptionsStatus stems)
stems
- The stemming options configured for this search domain and the current
status of those options.public UpdateStemmingOptionsResult withStems(StemmingOptionsStatus stems)
Returns a reference to this object so that method calls can be chained together.
stems
- The stemming options configured for this search domain and the current
status of those options.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.