@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GetAppResponseDataAttributes 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 |
|---|
GetAppResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GetAppResponseDataAttributes |
addComponentsItem(ComponentGrid componentsItem) |
GetAppResponseDataAttributes |
addQueriesItem(Query queriesItem) |
GetAppResponseDataAttributes |
addTagsItem(String tagsItem) |
GetAppResponseDataAttributes |
components(List<ComponentGrid> components) |
GetAppResponseDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this GetAppResponseDataAttributes object is equal to o.
|
GetAppResponseDataAttributes |
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()
A 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() |
GetAppResponseDataAttributes |
name(String name) |
GetAppResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GetAppResponseDataAttributes |
queries(List<Query> queries) |
GetAppResponseDataAttributes |
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) |
GetAppResponseDataAttributes |
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 GetAppResponseDataAttributes components(List<ComponentGrid> components)
public GetAppResponseDataAttributes addComponentsItem(ComponentGrid componentsItem)
@Nullable public List<ComponentGrid> getComponents()
public void setComponents(List<ComponentGrid> components)
public GetAppResponseDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public GetAppResponseDataAttributes favorite(Boolean favorite)
@Nullable public Boolean getFavorite()
public void setFavorite(Boolean favorite)
public GetAppResponseDataAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public GetAppResponseDataAttributes queries(List<Query> queries)
public GetAppResponseDataAttributes addQueriesItem(Query queriesItem)
@Nullable public List<Query> getQueries()
public GetAppResponseDataAttributes rootInstanceName(String rootInstanceName)
@Nullable public String getRootInstanceName()
grid component that
contains all other components.public void setRootInstanceName(String rootInstanceName)
public GetAppResponseDataAttributes tags(List<String> tags)
public GetAppResponseDataAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public GetAppResponseDataAttributes 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.