@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BlueprintMetadataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SLUG |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TILE_BACKGROUND |
static String |
JSON_PROPERTY_TILE_ICON_ACTION_FQN |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
BlueprintMetadataAttributes() |
BlueprintMetadataAttributes(OffsetDateTime createdAt,
String description,
String name,
String slug,
OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
BlueprintMetadataAttributes |
addTagsItem(String tagsItem) |
BlueprintMetadataAttributes |
createdAt(OffsetDateTime createdAt) |
BlueprintMetadataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this BlueprintMetadataAttributes 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.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the blueprint was created.
|
String |
getDescription()
A description of what the blueprint does.
|
String |
getName()
The human-readable name of the blueprint.
|
String |
getSlug()
The unique slug identifier of the blueprint.
|
List<String> |
getTags()
Tags associated with the blueprint.
|
String |
getTileBackground()
The background style of the blueprint tile.
|
String |
getTileIconActionFqn()
The fully qualified name of the action used as the tile icon.
|
OffsetDateTime |
getUpdatedAt()
The timestamp when the blueprint was last updated.
|
int |
hashCode() |
BlueprintMetadataAttributes |
name(String name) |
BlueprintMetadataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSlug(String slug) |
void |
setTags(List<String> tags) |
void |
setTileBackground(String tileBackground) |
void |
setTileIconActionFqn(String tileIconActionFqn) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
BlueprintMetadataAttributes |
slug(String slug) |
BlueprintMetadataAttributes |
tags(List<String> tags) |
BlueprintMetadataAttributes |
tileBackground(String tileBackground) |
BlueprintMetadataAttributes |
tileIconActionFqn(String tileIconActionFqn) |
String |
toString() |
BlueprintMetadataAttributes |
updatedAt(OffsetDateTime updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SLUG
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TILE_BACKGROUND
public static final String JSON_PROPERTY_TILE_ICON_ACTION_FQN
public static final String JSON_PROPERTY_UPDATED_AT
public BlueprintMetadataAttributes()
public BlueprintMetadataAttributes(OffsetDateTime createdAt, String description, String name, String slug, OffsetDateTime updatedAt)
public BlueprintMetadataAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public BlueprintMetadataAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public BlueprintMetadataAttributes name(String name)
public String getName()
public void setName(String name)
public BlueprintMetadataAttributes slug(String slug)
public String getSlug()
public void setSlug(String slug)
public BlueprintMetadataAttributes tags(List<String> tags)
public BlueprintMetadataAttributes addTagsItem(String tagsItem)
public BlueprintMetadataAttributes tileBackground(String tileBackground)
@Nullable public String getTileBackground()
public void setTileBackground(String tileBackground)
public BlueprintMetadataAttributes tileIconActionFqn(String tileIconActionFqn)
@Nullable public String getTileIconActionFqn()
public void setTileIconActionFqn(String tileIconActionFqn)
public BlueprintMetadataAttributes updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public BlueprintMetadataAttributes 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.