@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsSearchSpansRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_PAGE |
static String |
JSON_PROPERTY_SORT |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsSearchSpansRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LLMObsSearchSpansRequestAttributes object is equal to o.
|
LLMObsSearchSpansRequestAttributes |
filter(LLMObsSpanFilter filter) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
LLMObsSpanFilter |
getFilter()
Filter criteria for an LLM Observability span search.
|
LLMObsSpanSearchOptions |
getOptions()
Additional options for a span search request.
|
LLMObsSpanPageQuery |
getPage()
Pagination settings for a span search request.
|
String |
getSort()
Sort order for the results.
|
int |
hashCode() |
LLMObsSearchSpansRequestAttributes |
options(LLMObsSpanSearchOptions options) |
LLMObsSearchSpansRequestAttributes |
page(LLMObsSpanPageQuery page) |
LLMObsSearchSpansRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFilter(LLMObsSpanFilter filter) |
void |
setOptions(LLMObsSpanSearchOptions options) |
void |
setPage(LLMObsSpanPageQuery page) |
void |
setSort(String sort) |
LLMObsSearchSpansRequestAttributes |
sort(String sort) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_SORT
public LLMObsSearchSpansRequestAttributes filter(LLMObsSpanFilter filter)
@Nullable public LLMObsSpanFilter getFilter()
public void setFilter(LLMObsSpanFilter filter)
public LLMObsSearchSpansRequestAttributes options(LLMObsSpanSearchOptions options)
@Nullable public LLMObsSpanSearchOptions getOptions()
public void setOptions(LLMObsSpanSearchOptions options)
public LLMObsSearchSpansRequestAttributes page(LLMObsSpanPageQuery page)
@Nullable public LLMObsSpanPageQuery getPage()
public void setPage(LLMObsSpanPageQuery page)
public LLMObsSearchSpansRequestAttributes sort(String sort)
@Nullable public String getSort()
- prefix for descending order.public void setSort(String sort)
public LLMObsSearchSpansRequestAttributes 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.