@Deprecated public class DescribeRankExpressionsResult extends Object implements Serializable
A response message that contains the rank expressions for a search domain.
| Constructor and Description |
|---|
DescribeRankExpressionsResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
List<RankExpressionStatus> |
getRankExpressions()
Deprecated.
The rank expressions configured for the domain.
|
int |
hashCode()
Deprecated.
|
void |
setRankExpressions(Collection<RankExpressionStatus> rankExpressions)
Deprecated.
The rank expressions configured for the domain.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRankExpressionsResult |
withRankExpressions(Collection<RankExpressionStatus> rankExpressions)
Deprecated.
The rank expressions configured for the domain.
|
DescribeRankExpressionsResult |
withRankExpressions(RankExpressionStatus... rankExpressions)
Deprecated.
The rank expressions configured for the domain.
|
public List<RankExpressionStatus> getRankExpressions()
public void setRankExpressions(Collection<RankExpressionStatus> rankExpressions)
rankExpressions - The rank expressions configured for the domain.public DescribeRankExpressionsResult withRankExpressions(RankExpressionStatus... rankExpressions)
Returns a reference to this object so that method calls can be chained together.
rankExpressions - The rank expressions configured for the domain.public DescribeRankExpressionsResult withRankExpressions(Collection<RankExpressionStatus> rankExpressions)
Returns a reference to this object so that method calls can be chained together.
rankExpressions - The rank expressions configured for the domain.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.