@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationMonitor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTO_RESOLVE_ENABLED |
static String |
JSON_PROPERTY_CASE_TYPE_ID |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_HANDLE |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationMonitor() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationMonitor |
autoResolveEnabled(Boolean autoResolveEnabled) |
IntegrationMonitor |
caseTypeId(String caseTypeId) |
IntegrationMonitor |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this IntegrationMonitor 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.
|
Boolean |
getAutoResolveEnabled()
Whether auto-resolve is enabled.
|
String |
getCaseTypeId()
Case type ID for monitor integration.
|
Boolean |
getEnabled()
Whether monitor integration is enabled.
|
String |
getHandle()
Monitor handle.
|
IntegrationMonitor |
handle(String handle) |
int |
hashCode() |
IntegrationMonitor |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAutoResolveEnabled(Boolean autoResolveEnabled) |
void |
setCaseTypeId(String caseTypeId) |
void |
setEnabled(Boolean enabled) |
void |
setHandle(String handle) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTO_RESOLVE_ENABLED
public static final String JSON_PROPERTY_CASE_TYPE_ID
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_HANDLE
public IntegrationMonitor autoResolveEnabled(Boolean autoResolveEnabled)
@Nullable public Boolean getAutoResolveEnabled()
public void setAutoResolveEnabled(Boolean autoResolveEnabled)
public IntegrationMonitor caseTypeId(String caseTypeId)
@Nullable public String getCaseTypeId()
public void setCaseTypeId(String caseTypeId)
public IntegrationMonitor enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public IntegrationMonitor handle(String handle)
@Nullable public String getHandle()
public void setHandle(String handle)
public IntegrationMonitor 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.