Package com.influxdb.client.domain
Class DictExpression
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.DictExpression
Used to create and directly specify the elements of a dictionary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddElementsItem
(DictItem elementsItem) boolean
Elements of the dictionarygetType()
Type of AST nodeint
hashCode()
void
setElements
(List<DictItem> elements) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_ELEMENTS
- See Also:
-
-
Constructor Details
-
DictExpression
public DictExpression()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
elements
-
addElementsItem
-
getElements
Elements of the dictionary- Returns:
- elements
-
setElements
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-