Package com.influxdb.client.domain
Class LabelCreateRequest
java.lang.Object
com.influxdb.client.domain.LabelCreateRequest
LabelCreateRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
Get namegetOrgID()
Get orgIDKey/Value pairs associated with this label.int
hashCode()
properties
(Map<String, String> properties) putPropertiesItem
(String key, String propertiesItem) void
void
void
setProperties
(Map<String, String> properties) toString()
-
Field Details
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PROPERTIES
- See Also:
-
-
Constructor Details
-
LabelCreateRequest
public LabelCreateRequest()
-
-
Method Details
-
orgID
-
getOrgID
Get orgID- Returns:
- orgID
-
setOrgID
-
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
-