Package com.influxdb.client.domain
Class Label
java.lang.Object
com.influxdb.client.domain.Label
Label
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Get idgetName()
Get namegetOrgID()
Get orgIDKey/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_ID
- See Also:
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PROPERTIES
- See Also:
-
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getId
Get id- Returns:
- id
-
getOrgID
Get orgID- Returns:
- orgID
-
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
-