Package com.influxdb.client.domain
Class DictItem
java.lang.Object
com.influxdb.client.domain.DictItem
A key/value pair in a dictionary
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()Get keygetType()Type of AST nodegetVal()Get valinthashCode()key(Expression key) voidsetKey(Expression key) voidvoidsetVal(Expression val) toString()val(Expression val)
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_VAL
- See Also:
-
-
Constructor Details
-
DictItem
public DictItem()
-
-
Method Details