public class PatchDashboardRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CELLS |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
Constructor and Description |
---|
PatchDashboardRequest() |
Modifier and Type | Method and Description |
---|---|
PatchDashboardRequest |
cells(CellWithViewProperties cells) |
PatchDashboardRequest |
description(String description) |
boolean |
equals(Object o) |
CellWithViewProperties |
getCells()
Get cells
|
String |
getDescription()
optional, when provided will replace the description
|
String |
getName()
optional, when provided will replace the name
|
int |
hashCode() |
PatchDashboardRequest |
name(String name) |
void |
setCells(CellWithViewProperties cells) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_CELLS
public PatchDashboardRequest name(String name)
public String getName()
public void setName(String name)
public PatchDashboardRequest description(String description)
public String getDescription()
public void setDescription(String description)
public PatchDashboardRequest cells(CellWithViewProperties cells)
public CellWithViewProperties getCells()
public void setCells(CellWithViewProperties cells)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.