Package com.influxdb.client.domain
Class PatchDashboardRequest
java.lang.Object
com.influxdb.client.domain.PatchDashboardRequest
PatchDashboardRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncells(CellWithViewProperties cells) description(String description) booleangetCells()Get cellsoptional, when provided will replace the descriptiongetName()optional, when provided will replace the nameinthashCode()voidsetCells(CellWithViewProperties cells) voidsetDescription(String description) voidtoString()
-
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
-