Package com.influxdb.client.domain
Class DashboardWithViewProperties
java.lang.Object
com.influxdb.client.domain.CreateDashboardRequest
com.influxdb.client.domain.DashboardWithViewProperties
DashboardWithViewProperties
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class com.influxdb.client.domain.CreateDashboardRequest
SERIALIZED_NAME_DESCRIPTION, SERIALIZED_NAME_NAME, SERIALIZED_NAME_ORG_I_D
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddCellsItem
(CellWithViewProperties cellsItem) addLabelsItem
(Label labelsItem) cells
(List<CellWithViewProperties> cells) boolean
getCells()
Get cellsgetId()
Get idGet labelsgetLinks()
Get linksgetMeta()
Get metaint
hashCode()
links
(DashboardLinks links) meta
(DashboardMeta meta) void
setCells
(List<CellWithViewProperties> cells) void
void
setLinks
(DashboardLinks links) void
setMeta
(DashboardMeta meta) toString()
Methods inherited from class com.influxdb.client.domain.CreateDashboardRequest
description, getDescription, getName, getOrgID, name, orgID, setDescription, setName, setOrgID
-
Field Details
-
SERIALIZED_NAME_LINKS
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_META
- See Also:
-
SERIALIZED_NAME_CELLS
- See Also:
-
SERIALIZED_NAME_LABELS
- See Also:
-
-
Constructor Details
-
DashboardWithViewProperties
public DashboardWithViewProperties()
-
-
Method Details
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
getId
Get id- Returns:
- id
-
meta
-
getMeta
Get meta- Returns:
- meta
-
setMeta
-
cells
-
addCellsItem
-
getCells
Get cells- Returns:
- cells
-
setCells
-
labels
-
addLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
equals
- Overrides:
equals
in classCreateDashboardRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCreateDashboardRequest
-
toString
- Overrides:
toString
in classCreateDashboardRequest
-