@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORIES |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_INSTALLED |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationAttributes() |
IntegrationAttributes(List<String> categories,
String description,
Boolean installed,
String title) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationAttributes |
addCategoriesItem(String categoriesItem) |
IntegrationAttributes |
categories(List<String> categories) |
IntegrationAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this IntegrationAttributes 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.
|
List<String> |
getCategories()
List of categories associated with the integration.
|
String |
getDescription()
A description of the integration.
|
Boolean |
getInstalled()
Whether the integration is installed.
|
String |
getTitle()
The name of the integration.
|
int |
hashCode() |
IntegrationAttributes |
installed(Boolean installed) |
IntegrationAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCategories(List<String> categories) |
void |
setDescription(String description) |
void |
setInstalled(Boolean installed) |
void |
setTitle(String title) |
IntegrationAttributes |
title(String title) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORIES
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_INSTALLED
public static final String JSON_PROPERTY_TITLE
public IntegrationAttributes categories(List<String> categories)
public IntegrationAttributes addCategoriesItem(String categoriesItem)
public List<String> getCategories()
public IntegrationAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public IntegrationAttributes installed(Boolean installed)
public Boolean getInstalled()
public void setInstalled(Boolean installed)
public IntegrationAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public IntegrationAttributes 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.