public class EvaluateExpressionResult extends Object implements Serializable
Contains the output from the EvaluateExpression action.
| Constructor and Description | 
|---|
EvaluateExpressionResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getEvaluatedExpression()
The evaluated expression. 
 | 
int | 
hashCode()  | 
void | 
setEvaluatedExpression(String evaluatedExpression)
The evaluated expression. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
EvaluateExpressionResult | 
withEvaluatedExpression(String evaluatedExpression)
The evaluated expression. 
 | 
public String getEvaluatedExpression()
 Constraints:
 Length: 0 - 20971520
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setEvaluatedExpression(String evaluatedExpression)
 Constraints:
 Length: 0 - 20971520
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
evaluatedExpression - The evaluated expression.public EvaluateExpressionResult withEvaluatedExpression(String evaluatedExpression)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 20971520
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
evaluatedExpression - The evaluated expression.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.