Package com.influxdb.client.domain
Class PatchDashboardRequest
java.lang.Object
com.influxdb.client.domain.PatchDashboardRequest
PatchDashboardRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncells
(CellWithViewProperties cells) description
(String description) boolean
getCells()
Get cellsoptional, when provided will replace the descriptiongetName()
optional, when provided will replace the nameint
hashCode()
void
setCells
(CellWithViewProperties cells) void
setDescription
(String description) void
toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_CELLS
- See Also:
-
-
Constructor Details
-
PatchDashboardRequest
public PatchDashboardRequest()
-
-
Method Details
-
name
-
getName
optional, when provided will replace the name- Returns:
- name
-
setName
-
description
-
getDescription
optional, when provided will replace the description- Returns:
- description
-
setDescription
-
cells
-
getCells
Get cells- Returns:
- cells
-
setCells
-
equals
-
hashCode
public int hashCode() -
toString
-