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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElementsItem(DictItem elementsItem) booleanElements of the dictionarygetType()Type of AST nodeinthashCode()voidsetElements(List<DictItem> elements) voidtoString()
-
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:
equalsin classExpression
-
hashCode
public int hashCode()- Overrides:
hashCodein classExpression
-
toString
- Overrides:
toStringin classExpression
-