|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearch.model.RankExpressionStatus
public class RankExpressionStatus
The value of a RankExpression
and its current status.
Constructor Summary | |
---|---|
RankExpressionStatus()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
NamedRankExpression |
getOptions()
The expression that is evaluated for ranking or thresholding while processing a search request. |
OptionStatus |
getStatus()
The status of an option, including when it was last updated and whether it is actively in use for searches. |
int |
hashCode()
|
void |
setOptions(NamedRankExpression options)
The expression that is evaluated for ranking or thresholding while processing a search request. |
void |
setStatus(OptionStatus status)
The status of an option, including when it was last updated and whether it is actively in use for searches. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RankExpressionStatus |
withOptions(NamedRankExpression options)
The expression that is evaluated for ranking or thresholding while processing a search request. |
RankExpressionStatus |
withStatus(OptionStatus status)
The status of an option, including when it was last updated and whether it is actively in use for searches. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RankExpressionStatus()
Method Detail |
---|
public NamedRankExpression getOptions()
public void setOptions(NamedRankExpression options)
options
- The expression that is evaluated for ranking or thresholding while
processing a search request.public RankExpressionStatus withOptions(NamedRankExpression options)
Returns a reference to this object so that method calls can be chained together.
options
- The expression that is evaluated for ranking or thresholding while
processing a search request.
public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of an option, including when it was last updated and
whether it is actively in use for searches.public RankExpressionStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of an option, including when it was last updated and
whether it is actively in use for searches.
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 |