Package com.influxdb.client.domain
Class PatchOrganizationRequest
java.lang.Object
com.influxdb.client.domain.PatchOrganizationRequest
PatchOrganizationRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
New description to set on the organizationgetName()
New name to set on the organizationint
hashCode()
void
setDescription
(String description) void
toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
-
Constructor Details
-
PatchOrganizationRequest
public PatchOrganizationRequest()
-
-
Method Details
-
name
-
getName
New name to set on the organization- Returns:
- name
-
setName
-
description
-
getDescription
New description to set on the organization- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-