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