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