@Deprecated public class DefineRankExpressionResult extends Object implements Serializable
A response message that contains the status of an updated RankExpression
.
Constructor and Description |
---|
DefineRankExpressionResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
RankExpressionStatus |
getRankExpression()
Deprecated.
The value of a
RankExpression and its current status. |
int |
hashCode()
Deprecated.
|
void |
setRankExpression(RankExpressionStatus rankExpression)
Deprecated.
The value of a
RankExpression and its current status. |
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DefineRankExpressionResult |
withRankExpression(RankExpressionStatus rankExpression)
Deprecated.
The value of a
RankExpression and its current status. |
public RankExpressionStatus getRankExpression()
RankExpression
and its current status.RankExpression
and its current status.public void setRankExpression(RankExpressionStatus rankExpression)
RankExpression
and its current status.rankExpression
- The value of a RankExpression
and its current status.public DefineRankExpressionResult withRankExpression(RankExpressionStatus rankExpression)
RankExpression
and its current status.
Returns a reference to this object so that method calls can be chained together.
rankExpression
- The value of a RankExpression
and its current status.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.