@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationSearchResponse extends Object
200 OK when all results
fit in one page; 206 Partial Content when a next-page cursor is available.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationSearchResponse() |
LLMObsExperimentationSearchResponse(LLMObsExperimentationSearchDataResponse data) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentationSearchResponse |
data(LLMObsExperimentationSearchDataResponse data) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentationSearchResponse 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.
|
LLMObsExperimentationSearchDataResponse |
getData()
JSON:API data object for an experimentation search response.
|
LLMObsCursorMeta |
getMeta()
Pagination cursor metadata.
|
int |
hashCode() |
LLMObsExperimentationSearchResponse |
meta(LLMObsCursorMeta meta) |
LLMObsExperimentationSearchResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(LLMObsExperimentationSearchDataResponse 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 LLMObsExperimentationSearchResponse()
public LLMObsExperimentationSearchResponse(LLMObsExperimentationSearchDataResponse data)
public LLMObsExperimentationSearchResponse data(LLMObsExperimentationSearchDataResponse data)
public LLMObsExperimentationSearchDataResponse getData()
public void setData(LLMObsExperimentationSearchDataResponse data)
public LLMObsExperimentationSearchResponse meta(LLMObsCursorMeta meta)
@Nullable public LLMObsCursorMeta getMeta()
public void setMeta(LLMObsCursorMeta meta)
public LLMObsExperimentationSearchResponse 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.