public class DefineExpressionResult extends Object implements Serializable
The result of a DefineExpression
request. Contains the
status of the newly-configured expression.
Constructor and Description |
---|
DefineExpressionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ExpressionStatus |
getExpression()
The value of an
Expression and its current status. |
int |
hashCode() |
void |
setExpression(ExpressionStatus expression)
The value of an
Expression and its current status. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DefineExpressionResult |
withExpression(ExpressionStatus expression)
The value of an
Expression and its current status. |
public ExpressionStatus getExpression()
Expression
and its current status.Expression
and its current status.public void setExpression(ExpressionStatus expression)
Expression
and its current status.expression
- The value of an Expression
and its current status.public DefineExpressionResult withExpression(ExpressionStatus expression)
Expression
and its current status.
Returns a reference to this object so that method calls can be chained together.
expression
- The value of an Expression
and its current status.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.