@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDatasetRecordsListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDatasetRecordsListResponse() |
LLMObsDatasetRecordsListResponse(List<LLMObsDatasetRecordDataResponse> data) |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public LLMObsDatasetRecordsListResponse()
public LLMObsDatasetRecordsListResponse(List<LLMObsDatasetRecordDataResponse> data)
public LLMObsDatasetRecordsListResponse data(List<LLMObsDatasetRecordDataResponse> data)
public LLMObsDatasetRecordsListResponse addDataItem(LLMObsDatasetRecordDataResponse dataItem)
public List<LLMObsDatasetRecordDataResponse> getData()
public void setData(List<LLMObsDatasetRecordDataResponse> data)
public LLMObsDatasetRecordsListResponse meta(LLMObsCursorMeta meta)
@Nullable public LLMObsCursorMeta getMeta()
public void setMeta(LLMObsCursorMeta meta)
public LLMObsDatasetRecordsListResponse 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.