@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.
|
int |
hashCode() |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.