@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationNumberPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_NUMBER |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationNumberPage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsExperimentationNumberPage 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 |
getLimit()
Maximum number of results per page.
|
Integer |
getNumber()
Page number to retrieve (1-indexed).
|
int |
hashCode() |
LLMObsExperimentationNumberPage |
limit(Integer limit) |
LLMObsExperimentationNumberPage |
number(Integer number) |
LLMObsExperimentationNumberPage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLimit(Integer limit) |
void |
setNumber(Integer number) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_NUMBER
public LLMObsExperimentationNumberPage limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public LLMObsExperimentationNumberPage number(Integer number)
@Nullable public Integer getNumber()
public void setNumber(Integer number)
public LLMObsExperimentationNumberPage 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.