@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DashboardListAddItemsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ADDED_DASHBOARDS_TO_LIST |
boolean |
unparsed |
| Constructor and Description |
|---|
DashboardListAddItemsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DashboardListAddItemsResponse |
addAddedDashboardsToListItem(DashboardListItemResponse addedDashboardsToListItem) |
DashboardListAddItemsResponse |
addedDashboardsToList(List<DashboardListItemResponse> addedDashboardsToList) |
boolean |
equals(Object o)
Return true if this DashboardListAddItemsResponse object is equal to o.
|
List<DashboardListItemResponse> |
getAddedDashboardsToList()
List of dashboards added to the dashboard list.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
int |
hashCode() |
DashboardListAddItemsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAddedDashboardsToList(List<DashboardListItemResponse> addedDashboardsToList) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ADDED_DASHBOARDS_TO_LIST
public DashboardListAddItemsResponse addedDashboardsToList(List<DashboardListItemResponse> addedDashboardsToList)
public DashboardListAddItemsResponse addAddedDashboardsToListItem(DashboardListItemResponse addedDashboardsToListItem)
@Nullable public List<DashboardListItemResponse> getAddedDashboardsToList()
public void setAddedDashboardsToList(List<DashboardListItemResponse> addedDashboardsToList)
public DashboardListAddItemsResponse 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.