@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMOperationRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CATEGORY |
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_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
RUMOperationRequestAttributes() |
RUMOperationRequestAttributes(RUMOperationJourneyRum journeyRum,
String name,
List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
RUMOperationRequestAttributes |
addFeatureIdsItem(String featureIdsItem) |
RUMOperationRequestAttributes |
addTagsItem(String tagsItem) |
RUMOperationRequestAttributes |
applicationId(UUID applicationId) |
RUMOperationRequestAttributes |
category(String category) |
RUMOperationRequestAttributes |
description(String description) |
RUMOperationRequestAttributes |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this RUMOperationRequestAttributes object is equal to o.
|
RUMOperationRequestAttributes |
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.
|
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.
|
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.
|
List<String> |
getTags()
A list of tags associated with the RUM operation.
|
int |
hashCode() |
RUMOperationRequestAttributes |
journeyRum(RUMOperationJourneyRum journeyRum) |
RUMOperationRequestAttributes |
name(String name) |
RUMOperationRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApplicationId(UUID applicationId) |
void |
setCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category) |
void |
setCategory(String category) |
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) |
RUMOperationRequestAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CATEGORY
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_TAGS
public RUMOperationRequestAttributes()
public RUMOperationRequestAttributes(RUMOperationJourneyRum journeyRum, String name, List<String> tags)
public RUMOperationRequestAttributes applicationId(UUID applicationId)
@Nullable public UUID getApplicationId()
public void setApplicationId(UUID applicationId)
public RUMOperationRequestAttributes 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)
public RUMOperationRequestAttributes 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 RUMOperationRequestAttributes displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public RUMOperationRequestAttributes featureIds(List<String> featureIds)
public RUMOperationRequestAttributes addFeatureIdsItem(String featureIdsItem)
@Nullable public List<String> getFeatureIds()
public RUMOperationRequestAttributes journeyRum(RUMOperationJourneyRum journeyRum)
public RUMOperationJourneyRum getJourneyRum()
public void setJourneyRum(RUMOperationJourneyRum journeyRum)
public RUMOperationRequestAttributes name(String name)
public String getName()
public void setName(String name)
public RUMOperationRequestAttributes tags(List<String> tags)
public RUMOperationRequestAttributes addTagsItem(String tagsItem)
public List<String> getTags()
public RUMOperationRequestAttributes 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.