@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityIntegrationConfigAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIG |
static String |
JSON_PROPERTY_INTEGRATION_ID |
static String |
JSON_PROPERTY_ORG_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityIntegrationConfigAttributes() |
EntityIntegrationConfigAttributes(Map<String,Object> config,
String integrationId,
Long orgId) |
| Modifier and Type | Method and Description |
|---|---|
EntityIntegrationConfigAttributes |
config(Map<String,Object> config) |
boolean |
equals(Object o)
Return true if this EntityIntegrationConfigAttributes 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.
|
Map<String,Object> |
getConfig()
Integration-specific configuration payload.
|
String |
getIntegrationId()
The identifier of the integration this configuration applies to (for example,
github
, jira, or pagerduty). |
Long |
getOrgId()
The Datadog organization identifier that owns this configuration.
|
int |
hashCode() |
EntityIntegrationConfigAttributes |
integrationId(String integrationId) |
EntityIntegrationConfigAttributes |
orgId(Long orgId) |
EntityIntegrationConfigAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EntityIntegrationConfigAttributes |
putConfigItem(String key,
Object configItem) |
void |
setConfig(Map<String,Object> config) |
void |
setIntegrationId(String integrationId) |
void |
setOrgId(Long orgId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG
public static final String JSON_PROPERTY_INTEGRATION_ID
public static final String JSON_PROPERTY_ORG_ID
public EntityIntegrationConfigAttributes config(Map<String,Object> config)
public EntityIntegrationConfigAttributes putConfigItem(String key, Object configItem)
public Map<String,Object> getConfig()
github, the object must contain an
enabled_repos array. For jira, it must contain an enabled_projects
array. For pagerduty, it must contain an accounts array.public EntityIntegrationConfigAttributes integrationId(String integrationId)
public String getIntegrationId()
github
, jira, or pagerduty).public void setIntegrationId(String integrationId)
public EntityIntegrationConfigAttributes orgId(Long orgId)
public Long getOrgId()
public void setOrgId(Long orgId)
public EntityIntegrationConfigAttributes 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.