@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeploymentGatesFDDRule extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DRY_RUN |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DeploymentGatesFDDRule() |
DeploymentGatesFDDRule(String name,
DeploymentGatesFDDRuleType type) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGatesFDDRule |
dryRun(Boolean dryRun) |
boolean |
equals(Object o)
Return true if this DeploymentGatesFDDRule 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 |
getDryRun()
Rule-level dry run.
|
String |
getName()
Human-readable name for this rule.
|
DeploymentGatesFDDRuleOptions |
getOptions()
Options for a
faulty_deployment_detection rule. |
DeploymentGatesFDDRuleType |
getType()
The type identifier for a faulty deployment detection rule.
|
int |
hashCode() |
DeploymentGatesFDDRule |
name(String name) |
DeploymentGatesFDDRule |
options(DeploymentGatesFDDRuleOptions options) |
DeploymentGatesFDDRule |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDryRun(Boolean dryRun) |
void |
setName(String name) |
void |
setOptions(DeploymentGatesFDDRuleOptions options) |
void |
setType(DeploymentGatesFDDRuleType type) |
String |
toString() |
DeploymentGatesFDDRule |
type(DeploymentGatesFDDRuleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_DRY_RUN
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_TYPE
public DeploymentGatesFDDRule()
public DeploymentGatesFDDRule(String name, DeploymentGatesFDDRuleType type)
public DeploymentGatesFDDRule dryRun(Boolean dryRun)
@Nullable public Boolean getDryRun()
pass. The real result is visible in the Datadog UI.public void setDryRun(Boolean dryRun)
public DeploymentGatesFDDRule name(String name)
public String getName()
public void setName(String name)
public DeploymentGatesFDDRule options(DeploymentGatesFDDRuleOptions options)
@Nullable public DeploymentGatesFDDRuleOptions getOptions()
faulty_deployment_detection rule.public void setOptions(DeploymentGatesFDDRuleOptions options)
public DeploymentGatesFDDRule type(DeploymentGatesFDDRuleType type)
public DeploymentGatesFDDRuleType getType()
public void setType(DeploymentGatesFDDRuleType type)
public DeploymentGatesFDDRule 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.