@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateDeploymentRuleParamsDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DRY_RUN |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OPTIONS |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateDeploymentRuleParamsDataAttributes() |
UpdateDeploymentRuleParamsDataAttributes(Boolean dryRun,
String name,
DeploymentRulesOptions options) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentRuleParamsDataAttributes |
dryRun(Boolean dryRun) |
boolean |
equals(Object o)
Return true if this UpdateDeploymentRuleParamsDataAttributes 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()
Whether to run this rule in dry-run mode.
|
String |
getName()
The name of the deployment rule.
|
DeploymentRulesOptions |
getOptions()
Options for deployment rule response representing either faulty deployment detection or monitor
options.
|
int |
hashCode() |
UpdateDeploymentRuleParamsDataAttributes |
name(String name) |
UpdateDeploymentRuleParamsDataAttributes |
options(DeploymentRulesOptions options) |
UpdateDeploymentRuleParamsDataAttributes |
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(DeploymentRulesOptions options) |
String |
toString() |
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 UpdateDeploymentRuleParamsDataAttributes()
public UpdateDeploymentRuleParamsDataAttributes(Boolean dryRun, String name, DeploymentRulesOptions options)
public UpdateDeploymentRuleParamsDataAttributes dryRun(Boolean dryRun)
public Boolean getDryRun()
public void setDryRun(Boolean dryRun)
public UpdateDeploymentRuleParamsDataAttributes name(String name)
public String getName()
public void setName(String name)
public UpdateDeploymentRuleParamsDataAttributes options(DeploymentRulesOptions options)
public DeploymentRulesOptions getOptions()
public void setOptions(DeploymentRulesOptions options)
public UpdateDeploymentRuleParamsDataAttributes 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.