public class DictExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ELEMENTS |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
DictExpression() |
| Modifier and Type | Method and Description |
|---|---|
DictExpression |
addElementsItem(DictItem elementsItem) |
DictExpression |
elements(List<DictItem> elements) |
boolean |
equals(Object o) |
List<DictItem> |
getElements()
Elements of the dictionary
|
String |
getType()
Type of AST node
|
int |
hashCode() |
void |
setElements(List<DictItem> elements) |
void |
setType(String type) |
String |
toString() |
DictExpression |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_ELEMENTS
public DictExpression type(String type)
public String getType()
public void setType(String type)
public DictExpression elements(List<DictItem> elements)
public DictExpression addElementsItem(DictItem elementsItem)
public boolean equals(Object o)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic String toString()
toString in class ExpressionCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.