@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsSpanToolDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SCHEMA |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsSpanToolDefinition() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsSpanToolDefinition |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsSpanToolDefinition 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.
|
String |
getDescription()
Description of what the tool does.
|
String |
getName()
Name of the tool.
|
Map<String,Object> |
getSchema()
JSON schema describing the tool's input parameters.
|
String |
getVersion()
Version of the tool definition.
|
int |
hashCode() |
LLMObsSpanToolDefinition |
name(String name) |
LLMObsSpanToolDefinition |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsSpanToolDefinition |
putSchemaItem(String key,
Object schemaItem) |
LLMObsSpanToolDefinition |
schema(Map<String,Object> schema) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSchema(Map<String,Object> schema) |
void |
setVersion(String version) |
String |
toString() |
LLMObsSpanToolDefinition |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SCHEMA
public static final String JSON_PROPERTY_VERSION
public LLMObsSpanToolDefinition description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsSpanToolDefinition name(String name)
@Nullable public String getName()
public void setName(String name)
public LLMObsSpanToolDefinition schema(Map<String,Object> schema)
public LLMObsSpanToolDefinition putSchemaItem(String key, Object schemaItem)
@Nullable public Map<String,Object> getSchema()
public LLMObsSpanToolDefinition version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public LLMObsSpanToolDefinition 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.