Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class RankExpressionStatus

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.RankExpressionStatus

public class RankExpressionStatus
extends Object

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

RankExpressionStatus

public RankExpressionStatus()
Method Detail

getOptions

public NamedRankExpression getOptions()
The expression that is evaluated for ranking or thresholding while processing a search request.

Returns:
The expression that is evaluated for ranking or thresholding while processing a search request.

setOptions

public void setOptions(NamedRankExpression options)
The expression that is evaluated for ranking or thresholding while processing a search request.

Parameters:
options - The expression that is evaluated for ranking or thresholding while processing a search request.

withOptions

public RankExpressionStatus withOptions(NamedRankExpression options)
The expression that is evaluated for ranking or thresholding while processing a search request.

Returns a reference to this object so that method calls can be chained together.

Parameters:
options - The expression that is evaluated for ranking or thresholding while processing a search request.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public OptionStatus getStatus()
The status of an option, including when it was last updated and whether it is actively in use for searches.

Returns:
The status of an option, including when it was last updated and whether it is actively in use for searches.

setStatus

public void setStatus(OptionStatus status)
The status of an option, including when it was last updated and whether it is actively in use for searches.

Parameters:
status - The status of an option, including when it was last updated and whether it is actively in use for searches.

withStatus

public RankExpressionStatus withStatus(OptionStatus status)
The status of an option, including when it was last updated and whether it is actively in use for searches.

Returns a reference to this object so that method calls can be chained together.

Parameters:
status - The status of an option, including when it was last updated and whether it is actively in use for searches.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.