@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DashboardList extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHOR |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_DASHBOARD_COUNT |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_FAVORITE |
static String |
JSON_PROPERTY_MODIFIED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DashboardList() |
DashboardList(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DashboardList 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()
Object describing the creator of the shared element.
|
OffsetDateTime |
getCreated()
Date of creation of the dashboard list.
|
Long |
getDashboardCount()
The number of dashboards in the list.
|
Long |
getId()
The ID of the dashboard list.
|
Boolean |
getIsFavorite()
Whether or not the list is in the favorites.
|
OffsetDateTime |
getModified()
Date of last edition of the dashboard list.
|
String |
getName()
The name of the dashboard list.
|
String |
getType()
The type of dashboard list.
|
int |
hashCode() |
DashboardList |
name(String name) |
DashboardList |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_DASHBOARD_COUNT
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_FAVORITE
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public DashboardList()
public DashboardList(String name)
@Nullable public Creator getAuthor()
@Nullable public OffsetDateTime getCreated()
@Nullable public Long getDashboardCount()
@Nullable public Long getId()
@Nullable public Boolean getIsFavorite()
@Nullable public OffsetDateTime getModified()
public DashboardList name(String name)
public String getName()
public void setName(String name)
@Nullable public String getType()
public DashboardList 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.