@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorThresholdWindowOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RECOVERY_WINDOW |
static String |
JSON_PROPERTY_TRIGGER_WINDOW |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorThresholdWindowOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MonitorThresholdWindowOptions 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.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getRecoveryWindow_JsonNullable() |
String |
getRecoveryWindow()
Describes how long an anomalous metric must be normal before the alert recovers.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getTriggerWindow_JsonNullable() |
String |
getTriggerWindow()
Describes how long a metric must be anomalous before an alert triggers.
|
int |
hashCode() |
MonitorThresholdWindowOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
MonitorThresholdWindowOptions |
recoveryWindow(String recoveryWindow) |
void |
setRecoveryWindow_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> recoveryWindow) |
void |
setRecoveryWindow(String recoveryWindow) |
void |
setTriggerWindow_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> triggerWindow) |
void |
setTriggerWindow(String triggerWindow) |
String |
toString() |
MonitorThresholdWindowOptions |
triggerWindow(String triggerWindow) |
public boolean unparsed
public static final String JSON_PROPERTY_RECOVERY_WINDOW
public static final String JSON_PROPERTY_TRIGGER_WINDOW
public MonitorThresholdWindowOptions recoveryWindow(String recoveryWindow)
@Nullable public String getRecoveryWindow()
public org.openapitools.jackson.nullable.JsonNullable<String> getRecoveryWindow_JsonNullable()
public void setRecoveryWindow_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> recoveryWindow)
public void setRecoveryWindow(String recoveryWindow)
public MonitorThresholdWindowOptions triggerWindow(String triggerWindow)
@Nullable public String getTriggerWindow()
public org.openapitools.jackson.nullable.JsonNullable<String> getTriggerWindow_JsonNullable()
public void setTriggerWindow_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> triggerWindow)
public void setTriggerWindow(String triggerWindow)
public MonitorThresholdWindowOptions 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.