public class Dashboards extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DASHBOARDS |
static String |
SERIALIZED_NAME_LINKS |
Constructor and Description |
---|
Dashboards() |
Modifier and Type | Method and Description |
---|---|
Dashboards |
addDashboardsItem(Dashboard dashboardsItem) |
Dashboards |
dashboards(List<Dashboard> dashboards) |
boolean |
equals(Object o) |
List<Dashboard> |
getDashboards()
Get dashboards
|
Links |
getLinks()
Get links
|
int |
hashCode() |
Dashboards |
links(Links links) |
void |
setDashboards(List<Dashboard> dashboards) |
void |
setLinks(Links links) |
String |
toString() |
public static final String SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_DASHBOARDS
public Dashboards links(Links links)
public Links getLinks()
public void setLinks(Links links)
public Dashboards dashboards(List<Dashboard> dashboards)
public Dashboards addDashboardsItem(Dashboard dashboardsItem)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.