@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WidgetResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
WidgetResponse() |
WidgetResponse(WidgetData data) |
| Modifier and Type | Method and Description |
|---|---|
WidgetResponse |
addIncludedItem(WidgetIncludedUser includedItem) |
WidgetResponse |
data(WidgetData data) |
boolean |
equals(Object o)
Return true if this WidgetResponse 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.
|
WidgetData |
getData()
A widget resource object.
|
List<WidgetIncludedUser> |
getIncluded()
Array of user resources related to the widget.
|
int |
hashCode() |
WidgetResponse |
included(List<WidgetIncludedUser> included) |
WidgetResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(WidgetData data) |
void |
setIncluded(List<WidgetIncludedUser> included) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public WidgetResponse()
public WidgetResponse(WidgetData data)
public WidgetResponse data(WidgetData data)
public WidgetData getData()
public void setData(WidgetData data)
public WidgetResponse included(List<WidgetIncludedUser> included)
public WidgetResponse addIncludedItem(WidgetIncludedUser includedItem)
@Nullable public List<WidgetIncludedUser> getIncluded()
public void setIncluded(List<WidgetIncludedUser> included)
public WidgetResponse 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.