@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateAppRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENTS |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_QUERIES |
static String |
JSON_PROPERTY_ROOT_INSTANCE_NAME |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateAppRequestDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequestDataAttributes |
addComponentsItem(ComponentGrid componentsItem) |
UpdateAppRequestDataAttributes |
addQueriesItem(Query queriesItem) |
UpdateAppRequestDataAttributes |
addTagsItem(String tagsItem) |
UpdateAppRequestDataAttributes |
components(List<ComponentGrid> components) |
UpdateAppRequestDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this UpdateAppRequestDataAttributes 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<ComponentGrid> |
getComponents()
The new UI components that make up the app.
|
String |
getDescription()
The new human-readable description for the app.
|
String |
getName()
The new name of the app.
|
List<Query> |
getQueries()
The new array of queries, such as external actions and state variables, that the app uses.
|
String |
getRootInstanceName()
The new name of the root component of the app.
|
List<String> |
getTags()
The new list of tags for the app, which can be used to filter apps.
|
int |
hashCode() |
UpdateAppRequestDataAttributes |
name(String name) |
UpdateAppRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpdateAppRequestDataAttributes |
queries(List<Query> queries) |
UpdateAppRequestDataAttributes |
rootInstanceName(String rootInstanceName) |
void |
setComponents(List<ComponentGrid> components) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setQueries(List<Query> queries) |
void |
setRootInstanceName(String rootInstanceName) |
void |
setTags(List<String> tags) |
UpdateAppRequestDataAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPONENTS
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_QUERIES
public static final String JSON_PROPERTY_ROOT_INSTANCE_NAME
public static final String JSON_PROPERTY_TAGS
public UpdateAppRequestDataAttributes components(List<ComponentGrid> components)
public UpdateAppRequestDataAttributes addComponentsItem(ComponentGrid componentsItem)
@Nullable public List<ComponentGrid> getComponents()
public void setComponents(List<ComponentGrid> components)
public UpdateAppRequestDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public UpdateAppRequestDataAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public UpdateAppRequestDataAttributes queries(List<Query> queries)
public UpdateAppRequestDataAttributes addQueriesItem(Query queriesItem)
@Nullable public List<Query> getQueries()
public UpdateAppRequestDataAttributes rootInstanceName(String rootInstanceName)
@Nullable public String getRootInstanceName()
grid component that
contains all other components.public void setRootInstanceName(String rootInstanceName)
public UpdateAppRequestDataAttributes tags(List<String> tags)
public UpdateAppRequestDataAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public UpdateAppRequestDataAttributes 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.