@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceDefinitionV2Dot1Integrations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OPSGENIE |
static String |
JSON_PROPERTY_PAGERDUTY |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceDefinitionV2Dot1Integrations() |
public boolean unparsed
public static final String JSON_PROPERTY_OPSGENIE
public static final String JSON_PROPERTY_PAGERDUTY
public ServiceDefinitionV2Dot1Integrations opsgenie(ServiceDefinitionV2Dot1Opsgenie opsgenie)
@Nullable public ServiceDefinitionV2Dot1Opsgenie getOpsgenie()
public void setOpsgenie(ServiceDefinitionV2Dot1Opsgenie opsgenie)
public ServiceDefinitionV2Dot1Integrations pagerduty(ServiceDefinitionV2Dot1Pagerduty pagerduty)
@Nullable public ServiceDefinitionV2Dot1Pagerduty getPagerduty()
public void setPagerduty(ServiceDefinitionV2Dot1Pagerduty pagerduty)
public ServiceDefinitionV2Dot1Integrations 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 © 2024. All rights reserved.