@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentEventsV2DataResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentEventsV2DataResponse() |
LLMObsExperimentEventsV2DataResponse(LLMObsExperimentEventsV2DataAttributesResponse attributes,
String id,
LLMObsExperimentEventsType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public LLMObsExperimentEventsV2DataResponse()
public LLMObsExperimentEventsV2DataResponse(LLMObsExperimentEventsV2DataAttributesResponse attributes, String id, LLMObsExperimentEventsType type)
public LLMObsExperimentEventsV2DataResponse attributes(LLMObsExperimentEventsV2DataAttributesResponse attributes)
public LLMObsExperimentEventsV2DataAttributesResponse getAttributes()
public void setAttributes(LLMObsExperimentEventsV2DataAttributesResponse attributes)
public LLMObsExperimentEventsV2DataResponse id(String id)
public String getId()
public void setId(String id)
public LLMObsExperimentEventsV2DataResponse type(LLMObsExperimentEventsType type)
public LLMObsExperimentEventsType getType()
public void setType(LLMObsExperimentEventsType type)
public LLMObsExperimentEventsV2DataResponse 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.