Package com.influxdb.client.domain
Class Property
java.lang.Object
com.influxdb.client.domain.Property
The value associated with a key
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
Get keygetType()
Type of AST nodegetValue()
Get valueint
hashCode()
key
(PropertyKey key) void
setKey
(PropertyKey key) void
void
setValue
(Expression value) toString()
value
(Expression value)
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
Property
public Property()
-
-
Method Details