@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListAppsResponseDataItemsAttributes extends Object
ListAppsResponseDataItemsAttributes 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()
The
attributes description. |
Boolean |
getFavorite()
The
attributes favorite. |
String |
getName()
The
attributes name. |
Boolean |
getSelfService()
The
attributes selfService. |
List<String> |
getTags()
The
attributes tags. |
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()
attributes description.public void setDescription(String description)
public ListAppsResponseDataItemsAttributes favorite(Boolean favorite)
@Nullable public Boolean getFavorite()
attributes favorite.public void setFavorite(Boolean favorite)
public ListAppsResponseDataItemsAttributes name(String name)
@Nullable public String getName()
attributes name.public void setName(String name)
public ListAppsResponseDataItemsAttributes selfService(Boolean selfService)
@Nullable public Boolean getSelfService()
attributes selfService.public void setSelfService(Boolean selfService)
public ListAppsResponseDataItemsAttributes tags(List<String> tags)
public ListAppsResponseDataItemsAttributes addTagsItem(String tagsItem)
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 © 2024. All rights reserved.