@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AlertEventAttributesLinksItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
AlertEventAttributesLinksItem() |
| Modifier and Type | Method and Description |
|---|---|
AlertEventAttributesLinksItem |
category(AlertEventAttributesLinksItemCategory category) |
boolean |
equals(Object o)
Return true if this AlertEventAttributesLinksItem 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.
|
AlertEventAttributesLinksItemCategory |
getCategory()
The category of the link.
|
String |
getTitle()
The display text of the link.
|
String |
getUrl()
The URL of the link.
|
int |
hashCode() |
AlertEventAttributesLinksItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCategory(AlertEventAttributesLinksItemCategory category) |
void |
setTitle(String title) |
void |
setUrl(String url) |
AlertEventAttributesLinksItem |
title(String title) |
String |
toString() |
AlertEventAttributesLinksItem |
url(String url) |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORY
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_URL
public AlertEventAttributesLinksItem category(AlertEventAttributesLinksItemCategory category)
@Nullable public AlertEventAttributesLinksItemCategory getCategory()
public void setCategory(AlertEventAttributesLinksItemCategory category)
public AlertEventAttributesLinksItem title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public AlertEventAttributesLinksItem url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public AlertEventAttributesLinksItem 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.