@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3Integrations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OPSGENIE |
static String |
JSON_PROPERTY_PAGERDUTY |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3Integrations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this EntityV3Integrations object is equal to o.
|
EntityV3DatadogIntegrationOpsgenie |
getOpsgenie()
An Opsgenie integration schema.
|
EntityV3DatadogIntegrationPagerduty |
getPagerduty()
A PagerDuty integration schema.
|
int |
hashCode() |
EntityV3Integrations |
opsgenie(EntityV3DatadogIntegrationOpsgenie opsgenie) |
EntityV3Integrations |
pagerduty(EntityV3DatadogIntegrationPagerduty pagerduty) |
void |
setOpsgenie(EntityV3DatadogIntegrationOpsgenie opsgenie) |
void |
setPagerduty(EntityV3DatadogIntegrationPagerduty pagerduty) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_OPSGENIE
public static final String JSON_PROPERTY_PAGERDUTY
public EntityV3Integrations opsgenie(EntityV3DatadogIntegrationOpsgenie opsgenie)
@Nullable public EntityV3DatadogIntegrationOpsgenie getOpsgenie()
public void setOpsgenie(EntityV3DatadogIntegrationOpsgenie opsgenie)
public EntityV3Integrations pagerduty(EntityV3DatadogIntegrationPagerduty pagerduty)
@Nullable public EntityV3DatadogIntegrationPagerduty getPagerduty()
public void setPagerduty(EntityV3DatadogIntegrationPagerduty pagerduty)
public boolean equals(Object o)
Copyright © 2024. All rights reserved.