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 classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()Get keygetType()Type of AST nodegetValue()Get valueinthashCode()key(PropertyKey key) voidsetKey(PropertyKey key) voidvoidsetValue(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