@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentationSearchDataAttributesRequest 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 |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentationSearchDataAttributesRequest() |
LLMObsExperimentationSearchDataAttributesRequest(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 LLMObsExperimentationSearchDataAttributesRequest()
public LLMObsExperimentationSearchDataAttributesRequest(LLMObsExperimentationFilter filter)
public LLMObsExperimentationSearchDataAttributesRequest contentPreview(LLMObsExperimentationContentPreview contentPreview)
@Nullable public LLMObsExperimentationContentPreview getContentPreview()
public void setContentPreview(LLMObsExperimentationContentPreview contentPreview)
public LLMObsExperimentationSearchDataAttributesRequest filter(LLMObsExperimentationFilter filter)
public LLMObsExperimentationFilter getFilter()
public void setFilter(LLMObsExperimentationFilter filter)
public LLMObsExperimentationSearchDataAttributesRequest include(LLMObsExperimentationInclude include)
@Nullable public LLMObsExperimentationInclude getInclude()
public void setInclude(LLMObsExperimentationInclude include)
public LLMObsExperimentationSearchDataAttributesRequest page(LLMObsExperimentationCursorPage page)
@Nullable public LLMObsExperimentationCursorPage getPage()
public void setPage(LLMObsExperimentationCursorPage page)
public LLMObsExperimentationSearchDataAttributesRequest 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.