@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsDatasetUpdateDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsDatasetUpdateDataAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsDatasetUpdateDataAttributesRequest |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsDatasetUpdateDataAttributesRequest 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()
Updated description of the dataset.
|
Map<String,Object> |
getMetadata()
Updated metadata associated with the dataset.
|
String |
getName()
Updated name of the dataset.
|
int |
hashCode() |
LLMObsDatasetUpdateDataAttributesRequest |
metadata(Map<String,Object> metadata) |
LLMObsDatasetUpdateDataAttributesRequest |
name(String name) |
LLMObsDatasetUpdateDataAttributesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsDatasetUpdateDataAttributesRequest |
putMetadataItem(String key,
Object metadataItem) |
void |
setDescription(String description) |
void |
setMetadata(Map<String,Object> metadata) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_NAME
public LLMObsDatasetUpdateDataAttributesRequest()
public LLMObsDatasetUpdateDataAttributesRequest description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsDatasetUpdateDataAttributesRequest metadata(Map<String,Object> metadata)
public LLMObsDatasetUpdateDataAttributesRequest putMetadataItem(String key, Object metadataItem)
@Nullable public Map<String,Object> getMetadata()
public LLMObsDatasetUpdateDataAttributesRequest name(String name)
@Nullable public String getName()
public void setName(String name)
public LLMObsDatasetUpdateDataAttributesRequest 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.