@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateOrUpdateWidgetRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEFINITION |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateOrUpdateWidgetRequestAttributes() |
CreateOrUpdateWidgetRequestAttributes(WidgetDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
CreateOrUpdateWidgetRequestAttributes |
addTagsItem(String tagsItem) |
CreateOrUpdateWidgetRequestAttributes |
definition(WidgetDefinition definition) |
boolean |
equals(Object o)
Return true if this CreateOrUpdateWidgetRequestAttributes 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.
|
WidgetDefinition |
getDefinition()
The definition of a widget, including its type and configuration.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getTags_JsonNullable() |
List<String> |
getTags()
User-defined tags for organizing the widget.
|
int |
hashCode() |
CreateOrUpdateWidgetRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDefinition(WidgetDefinition definition) |
void |
setTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tags) |
void |
setTags(List<String> tags) |
CreateOrUpdateWidgetRequestAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DEFINITION
public static final String JSON_PROPERTY_TAGS
public CreateOrUpdateWidgetRequestAttributes()
public CreateOrUpdateWidgetRequestAttributes(WidgetDefinition definition)
public CreateOrUpdateWidgetRequestAttributes definition(WidgetDefinition definition)
public WidgetDefinition getDefinition()
public void setDefinition(WidgetDefinition definition)
public CreateOrUpdateWidgetRequestAttributes tags(List<String> tags)
public CreateOrUpdateWidgetRequestAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getTags_JsonNullable()
public void setTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tags)
public CreateOrUpdateWidgetRequestAttributes 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.