@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DashboardListItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHOR |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_ICON |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_FAVORITE |
static String |
JSON_PROPERTY_IS_READ_ONLY |
static String |
JSON_PROPERTY_IS_SHARED |
static String |
JSON_PROPERTY_MODIFIED |
static String |
JSON_PROPERTY_POPULARITY |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
DashboardListItem() |
DashboardListItem(String id,
DashboardType type) |
| Modifier and Type | Method and Description |
|---|---|
DashboardListItem |
author(Creator author) |
boolean |
equals(Object o)
Return true if this DashboardListItem object is equal to o.
|
Creator |
getAuthor()
Creator of the object.
|
OffsetDateTime |
getCreated()
Date of creation of the dashboard.
|
String |
getIcon()
URL to the icon of the dashboard.
|
String |
getId()
ID of the dashboard.
|
Boolean |
getIsFavorite()
Whether or not the dashboard is in the favorites.
|
Boolean |
getIsReadOnly()
Whether or not the dashboard is read only.
|
Boolean |
getIsShared()
Whether the dashboard is publicly shared or not.
|
OffsetDateTime |
getModified()
Date of last edition of the dashboard.
|
Integer |
getPopularity()
Popularity of the dashboard.
|
String |
getTitle()
Title of the dashboard.
|
DashboardType |
getType()
The type of the dashboard.
|
String |
getUrl()
URL path to the dashboard.
|
int |
hashCode() |
DashboardListItem |
id(String id) |
void |
setAuthor(Creator author) |
void |
setId(String id) |
void |
setType(DashboardType type) |
String |
toString() |
DashboardListItem |
type(DashboardType type) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_FAVORITE
public static final String JSON_PROPERTY_IS_READ_ONLY
public static final String JSON_PROPERTY_IS_SHARED
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_POPULARITY
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_URL
public DashboardListItem()
public DashboardListItem(String id, DashboardType type)
public DashboardListItem author(Creator author)
@Nullable public Creator getAuthor()
public void setAuthor(Creator author)
@Nullable public OffsetDateTime getCreated()
@Nullable public String getIcon()
public DashboardListItem id(String id)
public String getId()
public void setId(String id)
@Nullable public Boolean getIsFavorite()
@Nullable public Boolean getIsReadOnly()
@Nullable public Boolean getIsShared()
@Nullable public OffsetDateTime getModified()
@Nullable public Integer getPopularity()
@Nullable public String getTitle()
public DashboardListItem type(DashboardType type)
public DashboardType getType()
public void setType(DashboardType type)
@Nullable public String getUrl()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.