@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentEventsV2Response extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentEventsV2Response() |
LLMObsExperimentEventsV2Response(LLMObsExperimentEventsV2DataResponse data) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentEventsV2Response |
data(LLMObsExperimentEventsV2DataResponse data) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentEventsV2Response 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.
|
LLMObsExperimentEventsV2DataResponse |
getData()
JSON:API data object for an experiment events response.
|
LLMObsCursorMeta |
getMeta()
Pagination cursor metadata.
|
int |
hashCode() |
LLMObsExperimentEventsV2Response |
meta(LLMObsCursorMeta meta) |
LLMObsExperimentEventsV2Response |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(LLMObsExperimentEventsV2DataResponse data) |
void |
setMeta(LLMObsCursorMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public LLMObsExperimentEventsV2Response()
public LLMObsExperimentEventsV2Response(LLMObsExperimentEventsV2DataResponse data)
public LLMObsExperimentEventsV2Response data(LLMObsExperimentEventsV2DataResponse data)
public LLMObsExperimentEventsV2DataResponse getData()
public void setData(LLMObsExperimentEventsV2DataResponse data)
public LLMObsExperimentEventsV2Response meta(LLMObsCursorMeta meta)
@Nullable public LLMObsCursorMeta getMeta()
public void setMeta(LLMObsCursorMeta meta)
public LLMObsExperimentEventsV2Response 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.