@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsExperimentUser extends Object
include[user_data] is
true.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_HANDLE |
static String |
JSON_PROPERTY_ICON |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsExperimentUser() |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentUser |
email(String email) |
boolean |
equals(Object o)
Return true if this LLMObsExperimentUser 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 |
getEmail()
Email address of the user.
|
String |
getHandle()
Username or handle associated with the user's Datadog account.
|
String |
getIcon()
URL of the user's icon.
|
String |
getId()
Unique identifier of the user.
|
String |
getName()
Display name of the user.
|
LLMObsExperimentUser |
handle(String handle) |
int |
hashCode() |
LLMObsExperimentUser |
icon(String icon) |
LLMObsExperimentUser |
id(String id) |
LLMObsExperimentUser |
name(String name) |
LLMObsExperimentUser |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEmail(String email) |
void |
setHandle(String handle) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_HANDLE
public static final String JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public LLMObsExperimentUser email(String email)
@Nullable public String getEmail()
public void setEmail(String email)
public LLMObsExperimentUser handle(String handle)
@Nullable public String getHandle()
public void setHandle(String handle)
public LLMObsExperimentUser icon(String icon)
@Nullable public String getIcon()
public void setIcon(String icon)
public LLMObsExperimentUser id(String id)
@Nullable public String getId()
public void setId(String id)
public LLMObsExperimentUser name(String name)
@Nullable public String getName()
public void setName(String name)
public LLMObsExperimentUser 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.