@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AlertEventCustomAttributesLinksItems 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 |
|---|
AlertEventCustomAttributesLinksItems() |
AlertEventCustomAttributesLinksItems(AlertEventCustomAttributesLinksItemsCategory category,
String url) |
| Modifier and Type | Method and Description |
|---|---|
AlertEventCustomAttributesLinksItems |
category(AlertEventCustomAttributesLinksItemsCategory category) |
boolean |
equals(Object o)
Return true if this AlertEventCustomAttributesLinksItems object is equal to o.
|
AlertEventCustomAttributesLinksItemsCategory |
getCategory()
The category of the link.
|
String |
getTitle()
The display text of the link.
|
String |
getUrl()
The URL of the link.
|
int |
hashCode() |
void |
setCategory(AlertEventCustomAttributesLinksItemsCategory category) |
void |
setTitle(String title) |
void |
setUrl(String url) |
AlertEventCustomAttributesLinksItems |
title(String title) |
String |
toString() |
AlertEventCustomAttributesLinksItems |
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 AlertEventCustomAttributesLinksItems()
public AlertEventCustomAttributesLinksItems(AlertEventCustomAttributesLinksItemsCategory category, String url)
public AlertEventCustomAttributesLinksItems category(AlertEventCustomAttributesLinksItemsCategory category)
public AlertEventCustomAttributesLinksItemsCategory getCategory()
public void setCategory(AlertEventCustomAttributesLinksItemsCategory category)
public AlertEventCustomAttributesLinksItems title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public AlertEventCustomAttributesLinksItems url(String url)
public String getUrl()
public void setUrl(String url)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.