@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityAttributes 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_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityAttributes() |
| Modifier and Type | Method and Description |
|---|---|
EntityAttributes |
addTagsItem(String tagsItem) |
EntityAttributes |
apiVersion(String apiVersion) |
EntityAttributes |
description(String description) |
EntityAttributes |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this EntityAttributes 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.
|
String |
getDescription()
The description.
|
String |
getDisplayName()
The display name.
|
String |
getKind()
The kind.
|
String |
getName()
The name.
|
String |
getNamespace()
The namespace.
|
String |
getOwner()
The owner.
|
List<String> |
getTags()
The tags.
|
int |
hashCode() |
EntityAttributes |
kind(String kind) |
EntityAttributes |
name(String name) |
EntityAttributes |
namespace(String namespace) |
EntityAttributes |
owner(String owner) |
EntityAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 |
setTags(List<String> tags) |
EntityAttributes |
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_TAGS
public EntityAttributes apiVersion(String apiVersion)
@Nullable public String getApiVersion()
public void setApiVersion(String apiVersion)
public EntityAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public EntityAttributes displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public EntityAttributes kind(String kind)
@Nullable public String getKind()
public void setKind(String kind)
public EntityAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public EntityAttributes namespace(String namespace)
@Nullable public String getNamespace()
public void setNamespace(String namespace)
public EntityAttributes owner(String owner)
@Nullable public String getOwner()
public void setOwner(String owner)
public EntityAttributes tags(List<String> tags)
public EntityAttributes addTagsItem(String tagsItem)
public EntityAttributes 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.