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β()