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
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
Get keygetType()
Type of AST nodegetVal()
Get valint
hashCode()
key
(Expression key) void
setKey
(Expression key) void
void
setVal
(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