@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateAppResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENTS |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_FAVORITE |
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 |
|---|
UpdateAppResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponseDataAttributes |
addComponentsItem(ComponentGrid componentsItem) |
UpdateAppResponseDataAttributes |
addQueriesItem(Query queriesItem) |
UpdateAppResponseDataAttributes |
addTagsItem(String tagsItem) |
UpdateAppResponseDataAttributes |
components(List<ComponentGrid> components) |
UpdateAppResponseDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this UpdateAppResponseDataAttributes object is equal to o.
|
UpdateAppResponseDataAttributes |
favorite(Boolean favorite) |
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 UI components that make up the app.
|
String |
getDescription()
The human-readable description for the app.
|
Boolean |
getFavorite()
Whether the app is marked as a favorite by the current user.
|
String |
getName()
The name of the app.
|
List<Query> |
getQueries()
An array of queries, such as external actions and state variables, that the app uses.
|
String |
getRootInstanceName()
The name of the root component of the app.
|
List<String> |
getTags()
A list of tags for the app, which can be used to filter apps.
|
int |
hashCode() |
UpdateAppResponseDataAttributes |
name(String name) |
UpdateAppResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpdateAppResponseDataAttributes |
queries(List<Query> queries) |
UpdateAppResponseDataAttributes |
rootInstanceName(String rootInstanceName) |
void |
setComponents(List<ComponentGrid> components) |
void |
setDescription(String description) |
void |
setFavorite(Boolean favorite) |
void |
setName(String name) |
void |
setQueries(List<Query> queries) |
void |
setRootInstanceName(String rootInstanceName) |
void |
setTags(List<String> tags) |
UpdateAppResponseDataAttributes |
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_FAVORITE
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 UpdateAppResponseDataAttributes components(List<ComponentGrid> components)
public UpdateAppResponseDataAttributes addComponentsItem(ComponentGrid componentsItem)
@Nullable public List<ComponentGrid> getComponents()
public void setComponents(List<ComponentGrid> components)
public UpdateAppResponseDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public UpdateAppResponseDataAttributes favorite(Boolean favorite)
@Nullable public Boolean getFavorite()
public void setFavorite(Boolean favorite)
public UpdateAppResponseDataAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public UpdateAppResponseDataAttributes queries(List<Query> queries)
public UpdateAppResponseDataAttributes addQueriesItem(Query queriesItem)
@Nullable public List<Query> getQueries()
public UpdateAppResponseDataAttributes rootInstanceName(String rootInstanceName)
@Nullable public String getRootInstanceName()
grid component that
contains all other components.public void setRootInstanceName(String rootInstanceName)
public UpdateAppResponseDataAttributes tags(List<String> tags)
public UpdateAppResponseDataAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public UpdateAppResponseDataAttributes 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 © 2025. All rights reserved.