@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsSearchSpansRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsSearchSpansRequestData() |
LLMObsSearchSpansRequestData(LLMObsSearchSpansRequestAttributes attributes,
LLMObsSearchSpansRequestType type) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsSearchSpansRequestData |
attributes(LLMObsSearchSpansRequestAttributes attributes) |
boolean |
equals(Object o)
Return true if this LLMObsSearchSpansRequestData object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
LLMObsSearchSpansRequestAttributes |
getAttributes()
Attributes of an LLM Observability spans search request.
|
LLMObsSearchSpansRequestType |
getType()
Resource type for an LLM Observability spans search request.
|
int |
hashCode() |
LLMObsSearchSpansRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(LLMObsSearchSpansRequestAttributes attributes) |
void |
setType(LLMObsSearchSpansRequestType type) |
String |
toString() |
LLMObsSearchSpansRequestData |
type(LLMObsSearchSpansRequestType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public LLMObsSearchSpansRequestData()
public LLMObsSearchSpansRequestData(LLMObsSearchSpansRequestAttributes attributes, LLMObsSearchSpansRequestType type)
public LLMObsSearchSpansRequestData attributes(LLMObsSearchSpansRequestAttributes attributes)
public LLMObsSearchSpansRequestAttributes getAttributes()
public void setAttributes(LLMObsSearchSpansRequestAttributes attributes)
public LLMObsSearchSpansRequestData type(LLMObsSearchSpansRequestType type)
public LLMObsSearchSpansRequestType getType()
public void setType(LLMObsSearchSpansRequestType type)
public LLMObsSearchSpansRequestData 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.