@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMOperationResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_FEATURE_IDS |
static String |
JSON_PROPERTY_JOURNEY_RUM |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_BY |
boolean |
unparsed |
| Constructor and Description |
|---|
RUMOperationResponseAttributes() |
RUMOperationResponseAttributes(RUMOperationJourneyRum journeyRum,
String name,
List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
RUMOperationResponseAttributes |
addFeatureIdsItem(String featureIdsItem) |
RUMOperationResponseAttributes |
addTagsItem(String tagsItem) |
RUMOperationResponseAttributes |
applicationId(UUID applicationId) |
RUMOperationResponseAttributes |
category(String category) |
RUMOperationResponseAttributes |
createdBy(RUMOperationUser createdBy) |
RUMOperationResponseAttributes |
description(String description) |
RUMOperationResponseAttributes |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this RUMOperationResponseAttributes object is equal to o.
|
RUMOperationResponseAttributes |
featureIds(List<String> featureIds) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<UUID> |
getApplicationId_JsonNullable() |
UUID |
getApplicationId()
The RUM application ID the operation belongs to.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCategory_JsonNullable() |
String |
getCategory()
The category of the RUM operation.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the RUM operation was created.
|
RUMOperationUser |
getCreatedBy()
A Datadog user referenced by a RUM operation.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getDescription_JsonNullable() |
String |
getDescription()
A description of the RUM operation.
|
String |
getDisplayName()
A human-readable display name for the RUM operation.
|
List<String> |
getFeatureIds()
The list of feature IDs associated with the RUM operation.
|
RUMOperationJourneyRum |
getJourneyRum()
The definition of a RUM operation's journey, used to detect it from RUM events.
|
String |
getName()
The unique name of the RUM operation.
|
Long |
getOrgId()
The ID of the organization the RUM operation belongs to.
|
List<String> |
getTags()
A list of tags associated with the RUM operation.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getUpdatedAt_JsonNullable() |
OffsetDateTime |
getUpdatedAt()
The timestamp when the RUM operation was last updated.
|
RUMOperationUser |
getUpdatedBy()
A Datadog user referenced by a RUM operation.
|
int |
hashCode() |
RUMOperationResponseAttributes |
journeyRum(RUMOperationJourneyRum journeyRum) |
RUMOperationResponseAttributes |
name(String name) |
RUMOperationResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApplicationId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<UUID> applicationId) |
void |
setApplicationId(UUID applicationId) |
void |
setCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category) |
void |
setCategory(String category) |
void |
setCreatedBy(RUMOperationUser createdBy) |
void |
setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setFeatureIds(List<String> featureIds) |
void |
setJourneyRum(RUMOperationJourneyRum journeyRum) |
void |
setName(String name) |
void |
setTags(List<String> tags) |
void |
setUpdatedBy(RUMOperationUser updatedBy) |
RUMOperationResponseAttributes |
tags(List<String> tags) |
String |
toString() |
RUMOperationResponseAttributes |
updatedBy(RUMOperationUser updatedBy) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CATEGORY
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_DISPLAY_NAME
public static final String JSON_PROPERTY_FEATURE_IDS
public static final String JSON_PROPERTY_JOURNEY_RUM
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_BY
public RUMOperationResponseAttributes()
public RUMOperationResponseAttributes(RUMOperationJourneyRum journeyRum, String name, List<String> tags)
public RUMOperationResponseAttributes applicationId(UUID applicationId)
@Nullable public UUID getApplicationId()
public org.openapitools.jackson.nullable.JsonNullable<UUID> getApplicationId_JsonNullable()
public void setApplicationId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<UUID> applicationId)
public void setApplicationId(UUID applicationId)
public RUMOperationResponseAttributes category(String category)
@Nullable public String getCategory()
public org.openapitools.jackson.nullable.JsonNullable<String> getCategory_JsonNullable()
public void setCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category)
public void setCategory(String category)
@Nullable public OffsetDateTime getCreatedAt()
public RUMOperationResponseAttributes createdBy(RUMOperationUser createdBy)
@Nullable public RUMOperationUser getCreatedBy()
public void setCreatedBy(RUMOperationUser createdBy)
public RUMOperationResponseAttributes description(String description)
@Nullable public String getDescription()
public org.openapitools.jackson.nullable.JsonNullable<String> getDescription_JsonNullable()
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description)
public void setDescription(String description)
public RUMOperationResponseAttributes displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public RUMOperationResponseAttributes featureIds(List<String> featureIds)
public RUMOperationResponseAttributes addFeatureIdsItem(String featureIdsItem)
@Nullable public List<String> getFeatureIds()
public RUMOperationResponseAttributes journeyRum(RUMOperationJourneyRum journeyRum)
public RUMOperationJourneyRum getJourneyRum()
public void setJourneyRum(RUMOperationJourneyRum journeyRum)
public RUMOperationResponseAttributes name(String name)
public String getName()
public void setName(String name)
@Nullable public Long getOrgId()
public RUMOperationResponseAttributes tags(List<String> tags)
public RUMOperationResponseAttributes addTagsItem(String tagsItem)
public List<String> getTags()
@Nullable public OffsetDateTime getUpdatedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getUpdatedAt_JsonNullable()
public RUMOperationResponseAttributes updatedBy(RUMOperationUser updatedBy)
@Nullable public RUMOperationUser getUpdatedBy()
public void setUpdatedBy(RUMOperationUser updatedBy)
public RUMOperationResponseAttributes 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.