Package com.influxdb.client.domain
Class LabelUpdate
java.lang.Object
com.influxdb.client.domain.LabelUpdate
LabelUpdate
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
Get nameKey/Value pairs associated with this label.int
hashCode()
properties
(Map<String, String> properties) putPropertiesItem
(String key, String propertiesItem) void
void
setProperties
(Map<String, String> properties) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PROPERTIES
- See Also:
-
-
Constructor Details
-
LabelUpdate
public LabelUpdate()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
properties
-
putPropertiesItem
-
getProperties
Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.- Returns:
- properties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-