@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PlaylistDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SESSION_COUNT |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
PlaylistDataAttributes() |
PlaylistDataAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
PlaylistDataAttributes |
createdAt(OffsetDateTime createdAt) |
PlaylistDataAttributes |
createdBy(PlaylistDataAttributesCreatedBy createdBy) |
PlaylistDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this PlaylistDataAttributes 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.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the playlist was created.
|
PlaylistDataAttributesCreatedBy |
getCreatedBy()
Information about the user who created the playlist.
|
String |
getDescription()
Optional human-readable description of the playlist's purpose or contents.
|
String |
getName()
Human-readable name of the playlist.
|
Long |
getSessionCount()
Number of replay sessions in the playlist.
|
OffsetDateTime |
getUpdatedAt()
Timestamp when the playlist was last updated.
|
int |
hashCode() |
PlaylistDataAttributes |
name(String name) |
PlaylistDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
PlaylistDataAttributes |
sessionCount(Long sessionCount) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setCreatedBy(PlaylistDataAttributesCreatedBy createdBy) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSessionCount(Long sessionCount) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
String |
toString() |
PlaylistDataAttributes |
updatedAt(OffsetDateTime updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SESSION_COUNT
public static final String JSON_PROPERTY_UPDATED_AT
public PlaylistDataAttributes()
public PlaylistDataAttributes(String name)
public PlaylistDataAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public PlaylistDataAttributes createdBy(PlaylistDataAttributesCreatedBy createdBy)
@Nullable public PlaylistDataAttributesCreatedBy getCreatedBy()
public void setCreatedBy(PlaylistDataAttributesCreatedBy createdBy)
public PlaylistDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public PlaylistDataAttributes name(String name)
public String getName()
public void setName(String name)
public PlaylistDataAttributes sessionCount(Long sessionCount)
@Nullable public Long getSessionCount()
public void setSessionCount(Long sessionCount)
public PlaylistDataAttributes updatedAt(OffsetDateTime updatedAt)
@Nullable public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public PlaylistDataAttributes 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.