Class Expression
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.Expression
- All Implemented Interfaces:
Serializable
,Cloneable
A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setExpressionName
(String expressionName) void
setExpressionValue
(String expressionValue) toString()
Returns a string representation of this object; useful for testing and debugging.withExpressionName
(String expressionName) withExpressionValue
(String expressionValue)
-
Constructor Details
-
Expression
public Expression()
-
-
Method Details
-
setExpressionName
- Parameters:
expressionName
-
-
getExpressionName
- Returns:
-
withExpressionName
- Parameters:
expressionName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExpressionValue
- Parameters:
expressionValue
-
-
getExpressionValue
- Returns:
-
withExpressionValue
- Parameters:
expressionValue
-- 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
-