@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_VERSION |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_KIND |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_NAMESPACE |
static String |
JSON_PROPERTY_OWNER |
static String |
JSON_PROPERTY_PROPERTIES |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
EntityResponseDataAttributes |
addTagsItem(String tagsItem) |
EntityResponseDataAttributes |
apiVersion(String apiVersion) |
EntityResponseDataAttributes |
description(String description) |
EntityResponseDataAttributes |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this EntityResponseDataAttributes 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.
|
String |
getApiVersion()
The API version of the entity schema.
|
String |
getDescription()
A short description of the entity.
|
String |
getDisplayName()
The user-friendly display name of the entity.
|
String |
getKind()
The kind of the entity (e.g.
|
String |
getName()
The unique name of the entity within its kind and namespace.
|
String |
getNamespace()
The namespace the entity belongs to.
|
String |
getOwner()
The owner of the entity, usually a team.
|
Map<String,Object> |
getProperties()
Additional custom properties for the entity.
|
List<String> |
getTags()
A set of custom tags assigned to the entity.
|
int |
hashCode() |
EntityResponseDataAttributes |
kind(String kind) |
EntityResponseDataAttributes |
name(String name) |
EntityResponseDataAttributes |
namespace(String namespace) |
EntityResponseDataAttributes |
owner(String owner) |
EntityResponseDataAttributes |
properties(Map<String,Object> properties) |
EntityResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EntityResponseDataAttributes |
putPropertiesItem(String key,
Object propertiesItem) |
void |
setApiVersion(String apiVersion) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setKind(String kind) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setOwner(String owner) |
void |
setProperties(Map<String,Object> properties) |
void |
setTags(List<String> tags) |
EntityResponseDataAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_API_VERSION
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAMESPACE
public static final String JSON_PROPERTY_OWNER
public static final String JSON_PROPERTY_PROPERTIES
public static final String JSON_PROPERTY_TAGS
public EntityResponseDataAttributes apiVersion(String apiVersion)
@Nullable public String getApiVersion()
public void setApiVersion(String apiVersion)
public EntityResponseDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public EntityResponseDataAttributes displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public EntityResponseDataAttributes kind(String kind)
@Nullable public String getKind()
public void setKind(String kind)
public EntityResponseDataAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public EntityResponseDataAttributes namespace(String namespace)
@Nullable public String getNamespace()
public void setNamespace(String namespace)
public EntityResponseDataAttributes owner(String owner)
@Nullable public String getOwner()
public void setOwner(String owner)
public EntityResponseDataAttributes properties(Map<String,Object> properties)
public EntityResponseDataAttributes putPropertiesItem(String key, Object propertiesItem)
@Nullable public Map<String,Object> getProperties()
public EntityResponseDataAttributes tags(List<String> tags)
public EntityResponseDataAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public EntityResponseDataAttributes 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 © 2026. All rights reserved.