@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsUpdatePromptDataAttributes extends Object
title or
description must be provided; both attributes are optional individually.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsUpdatePromptDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsUpdatePromptDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this LLMObsUpdatePromptDataAttributes object is equal to o.
|
String |
getDescription()
Optional new description for the prompt.
|
String |
getTitle()
Optional new title for the prompt.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setTitle(String title) |
LLMObsUpdatePromptDataAttributes |
title(String title) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_TITLE
public LLMObsUpdatePromptDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public LLMObsUpdatePromptDataAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.