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