@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentEventsDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_METRICS |
static String |
JSON_PROPERTY_SPANS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentEventsDataAttributesRequest() |
public boolean unparsed
public static final String JSON_PROPERTY_METRICS
public static final String JSON_PROPERTY_SPANS
public LLMObsExperimentEventsDataAttributesRequest()
public LLMObsExperimentEventsDataAttributesRequest metrics(List<LLMObsExperimentMetric> metrics)
public LLMObsExperimentEventsDataAttributesRequest addMetricsItem(LLMObsExperimentMetric metricsItem)
@Nullable public List<LLMObsExperimentMetric> getMetrics()
public void setMetrics(List<LLMObsExperimentMetric> metrics)
public LLMObsExperimentEventsDataAttributesRequest spans(List<LLMObsExperimentSpan> spans)
public LLMObsExperimentEventsDataAttributesRequest addSpansItem(LLMObsExperimentSpan spansItem)
@Nullable public List<LLMObsExperimentSpan> getSpans()
public void setSpans(List<LLMObsExperimentSpan> spans)
public LLMObsExperimentEventsDataAttributesRequest 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.