@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PlaylistDataAttributesCreatedBy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HANDLE |
static String |
JSON_PROPERTY_ICON |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_UUID |
boolean |
unparsed |
| Constructor and Description |
|---|
PlaylistDataAttributesCreatedBy() |
PlaylistDataAttributesCreatedBy(String handle,
String id,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this PlaylistDataAttributesCreatedBy 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 |
getHandle()
Email handle of the user who created the playlist.
|
String |
getIcon()
URL or identifier of the user's avatar icon.
|
String |
getId()
Unique identifier of the user who created the playlist.
|
String |
getName()
Display name of the user who created the playlist.
|
String |
getUuid()
UUID of the user who created the playlist.
|
PlaylistDataAttributesCreatedBy |
handle(String handle) |
int |
hashCode() |
PlaylistDataAttributesCreatedBy |
icon(String icon) |
PlaylistDataAttributesCreatedBy |
id(String id) |
PlaylistDataAttributesCreatedBy |
name(String name) |
PlaylistDataAttributesCreatedBy |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHandle(String handle) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUuid(String uuid) |
String |
toString() |
PlaylistDataAttributesCreatedBy |
uuid(String uuid) |
public boolean unparsed
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 static final String JSON_PROPERTY_UUID
public PlaylistDataAttributesCreatedBy handle(String handle)
public String getHandle()
public void setHandle(String handle)
public PlaylistDataAttributesCreatedBy icon(String icon)
@Nullable public String getIcon()
public void setIcon(String icon)
public PlaylistDataAttributesCreatedBy id(String id)
public String getId()
public void setId(String id)
public PlaylistDataAttributesCreatedBy name(String name)
@Nullable public String getName()
public void setName(String name)
public PlaylistDataAttributesCreatedBy uuid(String uuid)
public String getUuid()
public void setUuid(String uuid)
public PlaylistDataAttributesCreatedBy 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.