public class EvaluateExpressionResult extends Object implements Serializable, Cloneable
Contains the output of EvaluateExpression.
Constructor and Description |
---|
EvaluateExpressionResult() |
Modifier and Type | Method and Description |
---|---|
EvaluateExpressionResult |
clone() |
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 Object
Object.toString()
public EvaluateExpressionResult clone()
Copyright © 2015. All rights reserved.