| Constructor | Description |
|---|---|
Variable(String name,
TExpression value) |
Creates a new variable definition for use in $lookup pipeline stages
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getName() |
|
TExpression |
getValue() |
|
int |
hashCode() |
|
String |
toString() |
public Variable(String name, TExpression value)
name - the name of the new variablevalue - the value of the new variablepublic String getName()
public TExpression getValue()