public class SetExpressionArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static SetExpressionArguments |
create(String expression,
String value) |
boolean |
equals(Object obj) |
String |
getExpression()
The l-value expression to assign to.
|
ValueFormat |
getFormat()
Specifies how the resulting value should be formatted.
|
Integer |
getFrameId()
Evaluate the expressions in the scope of this stack frame.
|
String |
getValue()
The value expression to assign to the l-value expression.
|
int |
hashCode() |
SetExpressionArguments |
setExpression(String expression) |
SetExpressionArguments |
setFormat(ValueFormat format) |
SetExpressionArguments |
setFrameId(Integer frameId) |
SetExpressionArguments |
setValue(String value) |
public String getExpression()
public SetExpressionArguments setExpression(String expression)
public String getValue()
public SetExpressionArguments setValue(String value)
public Integer getFrameId()
public SetExpressionArguments setFrameId(Integer frameId)
public ValueFormat getFormat()
public SetExpressionArguments setFormat(ValueFormat format)
public static SetExpressionArguments create(String expression, String value)