Package com.influxdb.client.domain
Class ConstantVariableProperties
java.lang.Object
com.influxdb.client.domain.VariableProperties
com.influxdb.client.domain.ConstantVariableProperties
ConstantVariableProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValuesItem(String valuesItem) booleangetType()Get typeGet valuesinthashCode()voidtoString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VALUES
- See Also:
-
-
Constructor Details
-
ConstantVariableProperties
public ConstantVariableProperties()
-
-
Method Details
-
getType
Get type- Returns:
- type
-
values
-
addValuesItem
-
getValues
Get values- Returns:
- values
-
setValues
-
equals
- Overrides:
equalsin classVariableProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classVariableProperties
-
toString
- Overrides:
toStringin classVariableProperties
-