@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationSimpleSearchDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTENT_PREVIEW |
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_INCLUDE |
static String |
JSON_PROPERTY_PAGE |
static String |
JSON_PROPERTY_SORT |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationSimpleSearchDataAttributesRequest() |
LLMObsExperimentationSimpleSearchDataAttributesRequest(LLMObsExperimentationFilter filter) |
public boolean unparsed
public static final String JSON_PROPERTY_CONTENT_PREVIEW
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_INCLUDE
public static final String JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_SORT
public LLMObsExperimentationSimpleSearchDataAttributesRequest()
public LLMObsExperimentationSimpleSearchDataAttributesRequest(LLMObsExperimentationFilter filter)
public LLMObsExperimentationSimpleSearchDataAttributesRequest contentPreview(LLMObsExperimentationContentPreview contentPreview)
@Nullable public LLMObsExperimentationContentPreview getContentPreview()
public void setContentPreview(LLMObsExperimentationContentPreview contentPreview)
public LLMObsExperimentationSimpleSearchDataAttributesRequest filter(LLMObsExperimentationFilter filter)
public LLMObsExperimentationFilter getFilter()
public void setFilter(LLMObsExperimentationFilter filter)
public LLMObsExperimentationSimpleSearchDataAttributesRequest include(LLMObsExperimentationInclude include)
@Nullable public LLMObsExperimentationInclude getInclude()
public void setInclude(LLMObsExperimentationInclude include)
public LLMObsExperimentationSimpleSearchDataAttributesRequest page(LLMObsExperimentationNumberPage page)
@Nullable public LLMObsExperimentationNumberPage getPage()
public void setPage(LLMObsExperimentationNumberPage page)
public LLMObsExperimentationSimpleSearchDataAttributesRequest sort(List<LLMObsExperimentationSortField> sort)
public LLMObsExperimentationSimpleSearchDataAttributesRequest addSortItem(LLMObsExperimentationSortField sortItem)
@Nullable public List<LLMObsExperimentationSortField> getSort()
public void setSort(List<LLMObsExperimentationSortField> sort)
public LLMObsExperimentationSimpleSearchDataAttributesRequest 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.