@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsProjectDataAttributesResponse 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_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsProjectDataAttributesResponse() |
LLMObsProjectDataAttributesResponse(OffsetDateTime createdAt,
String description,
String name,
OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsProjectDataAttributesResponse |
createdAt(OffsetDateTime createdAt) |
LLMObsProjectDataAttributesResponse |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsProjectDataAttributesResponse 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()
Timestamp when the project was created.
|
String |
getDescription()
Description of the project.
|
String |
getName()
Name of the project.
|
OffsetDateTime |
getUpdatedAt()
Timestamp when the project was last updated.
|
int |
hashCode() |
LLMObsProjectDataAttributesResponse |
name(String name) |
LLMObsProjectDataAttributesResponse |
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 |
setUpdatedAt(OffsetDateTime updatedAt) |
String |
toString() |
LLMObsProjectDataAttributesResponse |
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_UPDATED_AT
public LLMObsProjectDataAttributesResponse()
public LLMObsProjectDataAttributesResponse(OffsetDateTime createdAt, String description, String name, OffsetDateTime updatedAt)
public LLMObsProjectDataAttributesResponse createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LLMObsProjectDataAttributesResponse description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsProjectDataAttributesResponse name(String name)
public String getName()
public void setName(String name)
public LLMObsProjectDataAttributesResponse updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public LLMObsProjectDataAttributesResponse 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.