@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMOperationStrongLinkResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_FEATURE_ID |
static String |
JSON_PROPERTY_OPERATION_ID |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
RUMOperationStrongLinkResponseAttributes() |
RUMOperationStrongLinkResponseAttributes(String featureId,
String operationId,
RUMOperationStrongLinkStatus status) |
| Modifier and Type | Method and Description |
|---|---|
RUMOperationStrongLinkResponseAttributes |
addTagsItem(String tagsItem) |
RUMOperationStrongLinkResponseAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this RUMOperationStrongLinkResponseAttributes 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()
The timestamp when the strong link was created.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getDescription_JsonNullable() |
String |
getDescription()
A description of the strong link.
|
String |
getFeatureId()
The unique identifier of the linked feature.
|
String |
getOperationId()
The unique identifier of the linked RUM operation.
|
RUMOperationStrongLinkStatus |
getStatus()
The status of a RUM operation strong link.
|
List<String> |
getTags()
A list of tags associated with the strong link.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getUpdatedAt_JsonNullable() |
OffsetDateTime |
getUpdatedAt()
The timestamp when the strong link was last updated.
|
int |
hashCode() |
RUMOperationStrongLinkResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) |
void |
setDescription(String description) |
void |
setStatus(RUMOperationStrongLinkStatus status) |
void |
setTags(List<String> tags) |
RUMOperationStrongLinkResponseAttributes |
status(RUMOperationStrongLinkStatus status) |
RUMOperationStrongLinkResponseAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_FEATURE_ID
public static final String JSON_PROPERTY_OPERATION_ID
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_UPDATED_AT
public RUMOperationStrongLinkResponseAttributes()
public RUMOperationStrongLinkResponseAttributes(String featureId, String operationId, RUMOperationStrongLinkStatus status)
@Nullable public OffsetDateTime getCreatedAt()
public RUMOperationStrongLinkResponseAttributes 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 String getFeatureId()
public String getOperationId()
public RUMOperationStrongLinkResponseAttributes status(RUMOperationStrongLinkStatus status)
public RUMOperationStrongLinkStatus getStatus()
public void setStatus(RUMOperationStrongLinkStatus status)
public RUMOperationStrongLinkResponseAttributes tags(List<String> tags)
public RUMOperationStrongLinkResponseAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
@Nullable public OffsetDateTime getUpdatedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getUpdatedAt_JsonNullable()
public RUMOperationStrongLinkResponseAttributes 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.