@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationSimpleSearchMetaPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CURRENT |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_TOTAL_COUNT |
static String |
JSON_PROPERTY_TOTAL_PAGES |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationSimpleSearchMetaPage() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentationSimpleSearchMetaPage |
current(Integer current) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentationSimpleSearchMetaPage 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.
|
Integer |
getCurrent()
Current page number.
|
Integer |
getLimit()
Page size used for this response.
|
Integer |
getTotalCount()
Total number of matching results (capped at the maximum search limit).
|
Integer |
getTotalPages()
Total number of pages available.
|
int |
hashCode() |
LLMObsExperimentationSimpleSearchMetaPage |
limit(Integer limit) |
LLMObsExperimentationSimpleSearchMetaPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCurrent(Integer current) |
void |
setLimit(Integer limit) |
void |
setTotalCount(Integer totalCount) |
void |
setTotalPages(Integer totalPages) |
String |
toString() |
LLMObsExperimentationSimpleSearchMetaPage |
totalCount(Integer totalCount) |
LLMObsExperimentationSimpleSearchMetaPage |
totalPages(Integer totalPages) |
public boolean unparsed
public static final String JSON_PROPERTY_CURRENT
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_TOTAL_COUNT
public static final String JSON_PROPERTY_TOTAL_PAGES
public LLMObsExperimentationSimpleSearchMetaPage()
public LLMObsExperimentationSimpleSearchMetaPage current(Integer current)
@Nullable public Integer getCurrent()
public void setCurrent(Integer current)
public LLMObsExperimentationSimpleSearchMetaPage limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public LLMObsExperimentationSimpleSearchMetaPage totalCount(Integer totalCount)
@Nullable public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public LLMObsExperimentationSimpleSearchMetaPage totalPages(Integer totalPages)
@Nullable public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
public LLMObsExperimentationSimpleSearchMetaPage 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.