@Deprecated public class RankExpressionStatus extends Object implements Serializable
The value of a RankExpression
and its current status.
Constructor and Description |
---|
RankExpressionStatus()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
NamedRankExpression |
getOptions()
Deprecated.
The expression that is evaluated for ranking or thresholding while
processing a search request.
|
OptionStatus |
getStatus()
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
int |
hashCode()
Deprecated.
|
void |
setOptions(NamedRankExpression options)
Deprecated.
The expression that is evaluated for ranking or thresholding while
processing a search request.
|
void |
setStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
RankExpressionStatus |
withOptions(NamedRankExpression options)
Deprecated.
The expression that is evaluated for ranking or thresholding while
processing a search request.
|
RankExpressionStatus |
withStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
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()
Copyright © 2015. All rights reserved.