@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3DatadogIntegrationOpsgenie extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_REGION |
static String |
JSON_PROPERTY_SERVICE_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3DatadogIntegrationOpsgenie() |
EntityV3DatadogIntegrationOpsgenie(String serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this EntityV3DatadogIntegrationOpsgenie object is equal to o.
|
String |
getRegion()
The region for the Opsgenie integration.
|
String |
getServiceUrl()
The service URL for the Opsgenie integration.
|
int |
hashCode() |
EntityV3DatadogIntegrationOpsgenie |
region(String region) |
EntityV3DatadogIntegrationOpsgenie |
serviceUrl(String serviceUrl) |
void |
setRegion(String region) |
void |
setServiceUrl(String serviceUrl) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_REGION
public static final String JSON_PROPERTY_SERVICE_URL
public EntityV3DatadogIntegrationOpsgenie()
public EntityV3DatadogIntegrationOpsgenie(String serviceUrl)
public EntityV3DatadogIntegrationOpsgenie region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public EntityV3DatadogIntegrationOpsgenie serviceUrl(String serviceUrl)
public String getServiceUrl()
public void setServiceUrl(String serviceUrl)
public boolean equals(Object o)
Copyright © 2025. All rights reserved.