@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsProjectDataResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsProjectDataResponse() |
LLMObsProjectDataResponse(LLMObsProjectDataAttributesResponse attributes,
String id,
LLMObsProjectType type) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsProjectDataResponse |
attributes(LLMObsProjectDataAttributesResponse attributes) |
boolean |
equals(Object o)
Return true if this LLMObsProjectDataResponse 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.
|
LLMObsProjectDataAttributesResponse |
getAttributes()
Attributes of an LLM Observability project.
|
String |
getId()
Unique identifier of the project.
|
LLMObsProjectType |
getType()
Resource type of an LLM Observability project.
|
int |
hashCode() |
LLMObsProjectDataResponse |
id(String id) |
LLMObsProjectDataResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(LLMObsProjectDataAttributesResponse attributes) |
void |
setId(String id) |
void |
setType(LLMObsProjectType type) |
String |
toString() |
LLMObsProjectDataResponse |
type(LLMObsProjectType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public LLMObsProjectDataResponse()
public LLMObsProjectDataResponse(LLMObsProjectDataAttributesResponse attributes, String id, LLMObsProjectType type)
public LLMObsProjectDataResponse attributes(LLMObsProjectDataAttributesResponse attributes)
public LLMObsProjectDataAttributesResponse getAttributes()
public void setAttributes(LLMObsProjectDataAttributesResponse attributes)
public LLMObsProjectDataResponse id(String id)
public String getId()
public void setId(String id)
public LLMObsProjectDataResponse type(LLMObsProjectType type)
public LLMObsProjectType getType()
public void setType(LLMObsProjectType type)
public LLMObsProjectDataResponse 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.