Package com.influxdb.client.domain
Class CreateDashboardRequest
java.lang.Object
com.influxdb.client.domain.CreateDashboardRequest
- Direct Known Subclasses:
Dashboard
,DashboardWithViewProperties
CreateDashboardRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
The user-facing description of the dashboard.getName()
The user-facing name of the dashboard.getOrgID()
The ID of the organization that owns the dashboard.int
hashCode()
void
setDescription
(String description) void
void
toString()
-
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
-