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