public class CreateDashboardRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_ORG_I_D |
| Constructor and Description |
|---|
CreateDashboardRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDashboardRequest |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The user-facing description of the dashboard.
|
String |
getName()
The user-facing name of the dashboard.
|
String |
getOrgID()
The ID of the organization that owns the dashboard.
|
int |
hashCode() |
CreateDashboardRequest |
name(String name) |
CreateDashboardRequest |
orgID(String orgID) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setOrgID(String orgID) |
String |
toString() |
public static final String SERIALIZED_NAME_ORG_I_D
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public CreateDashboardRequest orgID(String orgID)
public String getOrgID()
public void setOrgID(String orgID)
public CreateDashboardRequest name(String name)
public String getName()
public void setName(String name)
public CreateDashboardRequest description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.