@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListAppsResponseDataItemsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_FAVORITE |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SELF_SERVICE |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ListAppsResponseDataItemsAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponseDataItemsAttributes |
addTagsItem(String tagsItem) |
ListAppsResponseDataItemsAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this ListAppsResponseDataItemsAttributes object is equal to o.
|
ListAppsResponseDataItemsAttributes |
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.
|
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.
|
Boolean |
getSelfService()
Whether the app is enabled for use in the Datadog self-service hub.
|
List<String> |
getTags()
A list of tags for the app, which can be used to filter apps.
|
int |
hashCode() |
ListAppsResponseDataItemsAttributes |
name(String name) |
ListAppsResponseDataItemsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ListAppsResponseDataItemsAttributes |
selfService(Boolean selfService) |
void |
setDescription(String description) |
void |
setFavorite(Boolean favorite) |
void |
setName(String name) |
void |
setSelfService(Boolean selfService) |
void |
setTags(List<String> tags) |
ListAppsResponseDataItemsAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
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_SELF_SERVICE
public static final String JSON_PROPERTY_TAGS
public ListAppsResponseDataItemsAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public ListAppsResponseDataItemsAttributes favorite(Boolean favorite)
@Nullable public Boolean getFavorite()
public void setFavorite(Boolean favorite)
public ListAppsResponseDataItemsAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public ListAppsResponseDataItemsAttributes selfService(Boolean selfService)
@Nullable public Boolean getSelfService()
public void setSelfService(Boolean selfService)
public ListAppsResponseDataItemsAttributes tags(List<String> tags)
public ListAppsResponseDataItemsAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public ListAppsResponseDataItemsAttributes 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.