@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeploymentRuleOptionsFaultyDeploymentDetection extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DURATION |
static String |
JSON_PROPERTY_EXCLUDED_RESOURCES |
boolean |
unparsed |
| Constructor and Description |
|---|
DeploymentRuleOptionsFaultyDeploymentDetection() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentRuleOptionsFaultyDeploymentDetection |
addExcludedResourcesItem(String excludedResourcesItem) |
DeploymentRuleOptionsFaultyDeploymentDetection |
duration(Long duration) |
boolean |
equals(Object o)
Return true if this DeploymentRuleOptionsFaultyDeploymentDetection object is equal to o.
|
DeploymentRuleOptionsFaultyDeploymentDetection |
excludedResources(List<String> excludedResources) |
Long |
getDuration()
The duration for faulty deployment detection.
|
List<String> |
getExcludedResources()
Resources to exclude from faulty deployment detection.
|
int |
hashCode() |
void |
setDuration(Long duration) |
void |
setExcludedResources(List<String> excludedResources) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DURATION
public static final String JSON_PROPERTY_EXCLUDED_RESOURCES
public DeploymentRuleOptionsFaultyDeploymentDetection()
public DeploymentRuleOptionsFaultyDeploymentDetection duration(Long duration)
@Nullable public Long getDuration()
public void setDuration(Long duration)
public DeploymentRuleOptionsFaultyDeploymentDetection excludedResources(List<String> excludedResources)
public DeploymentRuleOptionsFaultyDeploymentDetection addExcludedResourcesItem(String excludedResourcesItem)
@Nullable public List<String> getExcludedResources()
public boolean equals(Object o)
Copyright © 2026. All rights reserved.