@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateAppResponseDataAttributes extends Object
UpdateAppResponseDataAttributes object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENTS |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_EMBEDDED_QUERIES |
static String |
JSON_PROPERTY_FAVORITE |
static String |
JSON_PROPERTY_INPUT_SCHEMA |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ROOT_INSTANCE_NAME |
static String |
JSON_PROPERTY_SCRIPTS |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateAppResponseDataAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPONENTS
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_EMBEDDED_QUERIES
public static final String JSON_PROPERTY_FAVORITE
public static final String JSON_PROPERTY_INPUT_SCHEMA
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ROOT_INSTANCE_NAME
public static final String JSON_PROPERTY_SCRIPTS
public static final String JSON_PROPERTY_TAGS
public UpdateAppResponseDataAttributes components(List<ComponentGrid> components)
public UpdateAppResponseDataAttributes addComponentsItem(ComponentGrid componentsItem)
@Nullable public List<ComponentGrid> getComponents()
attributes components.public void setComponents(List<ComponentGrid> components)
public UpdateAppResponseDataAttributes description(String description)
@Nullable public String getDescription()
attributes description.public void setDescription(String description)
public UpdateAppResponseDataAttributes embeddedQueries(List<Query> embeddedQueries)
public UpdateAppResponseDataAttributes addEmbeddedQueriesItem(Query embeddedQueriesItem)
@Nullable public List<Query> getEmbeddedQueries()
attributes embeddedQueries.public UpdateAppResponseDataAttributes favorite(Boolean favorite)
@Nullable public Boolean getFavorite()
attributes favorite.public void setFavorite(Boolean favorite)
public UpdateAppResponseDataAttributes inputSchema(InputSchema inputSchema)
@Nullable public InputSchema getInputSchema()
InputSchema object.public void setInputSchema(InputSchema inputSchema)
public UpdateAppResponseDataAttributes name(String name)
@Nullable public String getName()
attributes name.public void setName(String name)
public UpdateAppResponseDataAttributes rootInstanceName(String rootInstanceName)
@Nullable public String getRootInstanceName()
attributes rootInstanceName.public void setRootInstanceName(String rootInstanceName)
public UpdateAppResponseDataAttributes scripts(List<Script> scripts)
public UpdateAppResponseDataAttributes addScriptsItem(Script scriptsItem)
public UpdateAppResponseDataAttributes tags(List<String> tags)
public UpdateAppResponseDataAttributes addTagsItem(String tagsItem)
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 © 2024. All rights reserved.