public class DashboardWithViewProperties extends CreateDashboardRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CELLS |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_META |
SERIALIZED_NAME_DESCRIPTION, SERIALIZED_NAME_NAME, SERIALIZED_NAME_ORG_I_D| Constructor and Description |
|---|
DashboardWithViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
DashboardWithViewProperties |
addCellsItem(CellWithViewProperties cellsItem) |
DashboardWithViewProperties |
addLabelsItem(Label labelsItem) |
DashboardWithViewProperties |
cells(List<CellWithViewProperties> cells) |
boolean |
equals(Object o) |
List<CellWithViewProperties> |
getCells()
Get cells
|
String |
getId()
Get id
|
List<Label> |
getLabels()
Get labels
|
DashboardLinks |
getLinks()
Get links
|
DashboardMeta |
getMeta()
Get meta
|
int |
hashCode() |
DashboardWithViewProperties |
labels(List<Label> labels) |
DashboardWithViewProperties |
links(DashboardLinks links) |
DashboardWithViewProperties |
meta(DashboardMeta meta) |
void |
setCells(List<CellWithViewProperties> cells) |
void |
setLabels(List<Label> labels) |
void |
setLinks(DashboardLinks links) |
void |
setMeta(DashboardMeta meta) |
String |
toString() |
description, getDescription, getName, getOrgID, name, orgID, setDescription, setName, setOrgIDpublic static final String SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_META
public static final String SERIALIZED_NAME_CELLS
public static final String SERIALIZED_NAME_LABELS
public DashboardWithViewProperties links(DashboardLinks links)
public DashboardLinks getLinks()
public void setLinks(DashboardLinks links)
public String getId()
public DashboardWithViewProperties meta(DashboardMeta meta)
public DashboardMeta getMeta()
public void setMeta(DashboardMeta meta)
public DashboardWithViewProperties cells(List<CellWithViewProperties> cells)
public DashboardWithViewProperties addCellsItem(CellWithViewProperties cellsItem)
public List<CellWithViewProperties> getCells()
public void setCells(List<CellWithViewProperties> cells)
public DashboardWithViewProperties labels(List<Label> labels)
public DashboardWithViewProperties addLabelsItem(Label labelsItem)
public boolean equals(Object o)
equals in class CreateDashboardRequestpublic int hashCode()
hashCode in class CreateDashboardRequestpublic String toString()
toString in class CreateDashboardRequestCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.