public class DefineExpressionResult extends Object implements Serializable, Cloneable
The result of a DefineExpression request. Contains the status of
the newly-configured expression.
| Constructor and Description |
|---|
DefineExpressionResult() |
| Modifier and Type | Method and Description |
|---|---|
DefineExpressionResult |
clone() |
boolean |
equals(Object obj) |
ExpressionStatus |
getExpression() |
int |
hashCode() |
void |
setExpression(ExpressionStatus expression) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DefineExpressionResult |
withExpression(ExpressionStatus expression) |
public void setExpression(ExpressionStatus expression)
expression - public ExpressionStatus getExpression()
public DefineExpressionResult withExpression(ExpressionStatus expression)
expression - public String toString()
toString in class ObjectObject.toString()public DefineExpressionResult clone()
Copyright © 2016. All rights reserved.