@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsCursorMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AFTER |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsCursorMeta() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsCursorMeta |
after(String after) |
boolean |
equals(Object o)
Return true if this LLMObsCursorMeta 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.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getAfter_JsonNullable() |
String |
getAfter()
Cursor for the next page of results.
|
int |
hashCode() |
LLMObsCursorMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> after) |
void |
setAfter(String after) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AFTER
public LLMObsCursorMeta after(String after)
@Nullable public String getAfter()
public org.openapitools.jackson.nullable.JsonNullable<String> getAfter_JsonNullable()
public void setAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> after)
public void setAfter(String after)
public LLMObsCursorMeta 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.