@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WidgetListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
WidgetListResponse() |
WidgetListResponse(List<WidgetData> data) |
| Modifier and Type | Method and Description |
|---|---|
WidgetListResponse |
addDataItem(WidgetData dataItem) |
WidgetListResponse |
addIncludedItem(WidgetIncludedUser includedItem) |
WidgetListResponse |
data(List<WidgetData> data) |
boolean |
equals(Object o)
Return true if this WidgetListResponse 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.
|
List<WidgetData> |
getData()
List of widget resources.
|
List<WidgetIncludedUser> |
getIncluded()
Array of user resources related to the widgets.
|
WidgetSearchMeta |
getMeta()
Metadata about the search results.
|
int |
hashCode() |
WidgetListResponse |
included(List<WidgetIncludedUser> included) |
WidgetListResponse |
meta(WidgetSearchMeta meta) |
WidgetListResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<WidgetData> data) |
void |
setIncluded(List<WidgetIncludedUser> included) |
void |
setMeta(WidgetSearchMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public static final String JSON_PROPERTY_META
public WidgetListResponse()
public WidgetListResponse(List<WidgetData> data)
public WidgetListResponse data(List<WidgetData> data)
public WidgetListResponse addDataItem(WidgetData dataItem)
public List<WidgetData> getData()
public void setData(List<WidgetData> data)
public WidgetListResponse included(List<WidgetIncludedUser> included)
public WidgetListResponse addIncludedItem(WidgetIncludedUser includedItem)
@Nullable public List<WidgetIncludedUser> getIncluded()
public void setIncluded(List<WidgetIncludedUser> included)
public WidgetListResponse meta(WidgetSearchMeta meta)
@Nullable public WidgetSearchMeta getMeta()
public void setMeta(WidgetSearchMeta meta)
public WidgetListResponse 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 © 2026. All rights reserved.