Package com.influxdb.client.domain
Class CreateDashboardRequest
java.lang.Object
com.influxdb.client.domain.CreateDashboardRequest
- Direct Known Subclasses:
Dashboard,DashboardWithViewProperties
CreateDashboardRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanThe user-facing description of the dashboard.getName()The user-facing name of the dashboard.getOrgID()The ID of the organization that owns the dashboard.inthashCode()voidsetDescription(String description) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
-
Constructor Details
-
CreateDashboardRequest
public CreateDashboardRequest()
-
-
Method Details
-
orgID
-
getOrgID
The ID of the organization that owns the dashboard.- Returns:
- orgID
-
setOrgID
-
name
-
getName
The user-facing name of the dashboard.- Returns:
- name
-
setName
-
description
-
getDescription
The user-facing description of the dashboard.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-