Class ExpressionStatus
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.ExpressionStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The value of an Expression
and its current status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The expression that is evaluated for sorting while processing a search request.int
hashCode()
void
setOptions
(Expression options) The expression that is evaluated for sorting while processing a search request.void
setStatus
(OptionStatus status) toString()
Returns a string representation of this object; useful for testing and debugging.withOptions
(Expression options) The expression that is evaluated for sorting while processing a search request.withStatus
(OptionStatus status)
-
Constructor Details
-
ExpressionStatus
public ExpressionStatus()
-
-
Method Details
-
setOptions
The expression that is evaluated for sorting while processing a search request.
- Parameters:
options
- The expression that is evaluated for sorting while processing a search request.
-
getOptions
The expression that is evaluated for sorting while processing a search request.
- Returns:
- The expression that is evaluated for sorting while processing a search request.
-
withOptions
The expression that is evaluated for sorting while processing a search request.
- Parameters:
options
- The expression that is evaluated for sorting while processing a search request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
- Parameters:
status
-
-
getStatus
- Returns:
-
withStatus
- Parameters:
status
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-