@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeploymentGatesFDDRuleOptions extends Object
faulty_deployment_detection rule.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DURATION |
static String |
JSON_PROPERTY_EXCLUDED_RESOURCES |
boolean |
unparsed |
| Constructor and Description |
|---|
DeploymentGatesFDDRuleOptions() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGatesFDDRuleOptions |
addExcludedResourcesItem(String excludedResourcesItem) |
DeploymentGatesFDDRuleOptions |
duration(Long duration) |
boolean |
equals(Object o)
Return true if this DeploymentGatesFDDRuleOptions object is equal to o.
|
DeploymentGatesFDDRuleOptions |
excludedResources(List<String> excludedResources) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getDuration()
Evaluation window in seconds.
|
List<String> |
getExcludedResources()
APM resource names to exclude from analysis.
|
int |
hashCode() |
DeploymentGatesFDDRuleOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 DeploymentGatesFDDRuleOptions duration(Long duration)
@Nullable public Long getDuration()
public void setDuration(Long duration)
public DeploymentGatesFDDRuleOptions excludedResources(List<String> excludedResources)
public DeploymentGatesFDDRuleOptions addExcludedResourcesItem(String excludedResourcesItem)
@Nullable public List<String> getExcludedResources()
public DeploymentGatesFDDRuleOptions 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.