@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_INTEGRATION_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_TAGS |
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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Creator |
getAuthor()
Creator of the object.
|
OffsetDateTime |
getCreated()
Date of creation of the dashboard.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getIcon_JsonNullable() |
String |
getIcon()
URL to the icon of the dashboard.
|
String |
getId()
ID of the dashboard.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getIntegrationId_JsonNullable() |
String |
getIntegrationId()
The short name of the integration.
|
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.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getTags_JsonNullable() |
List<String> |
getTags()
List of team names representing ownership of a 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) |
DashboardListItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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_INTEGRATION_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_TAGS
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 org.openapitools.jackson.nullable.JsonNullable<String> getIcon_JsonNullable()
public DashboardListItem id(String id)
public String getId()
public void setId(String id)
@Nullable public String getIntegrationId()
public org.openapitools.jackson.nullable.JsonNullable<String> getIntegrationId_JsonNullable()
@Nullable public Boolean getIsFavorite()
@Nullable public Boolean getIsReadOnly()
@Nullable public Boolean getIsShared()
@Nullable public OffsetDateTime getModified()
@Nullable public Integer getPopularity()
@Nullable public List<String> getTags()
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getTags_JsonNullable()
@Nullable public String getTitle()
public DashboardListItem type(DashboardType type)
public DashboardType getType()
public void setType(DashboardType type)
@Nullable public String getUrl()
public DashboardListItem putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.