Package com.influxdb.client.domain
Class Organization
java.lang.Object
com.influxdb.client.domain.Organization
Organization
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIf inactive the organization is inactive. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet createdAtGet descriptiongetId()Get idgetLinks()Get linksgetName()Get nameIf inactive the organization is inactive.Get updatedAtinthashCode()links(OrganizationLinks links) voidsetDescription(String description) voidsetLinks(OrganizationLinks links) voidvoidsetStatus(Organization.StatusEnum status) status(Organization.StatusEnum status) toString()
-
Field Details
-
SERIALIZED_NAME_LINKS
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
-
Constructor Details
-
Organization
public Organization()
-
-
Method Details
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
getId
Get id- Returns:
- id
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
status
-
getStatus
If inactive the organization is inactive.- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-