@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DORADeploymentPatchRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHANGE_FAILURE |
static String |
JSON_PROPERTY_REMEDIATION |
boolean |
unparsed |
| Constructor and Description |
|---|
DORADeploymentPatchRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
DORADeploymentPatchRequestAttributes |
changeFailure(Boolean changeFailure) |
boolean |
equals(Object o)
Return true if this DORADeploymentPatchRequestAttributes 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 |
getChangeFailure()
Indicates whether the deployment resulted in a change failure.
|
DORADeploymentPatchRemediation |
getRemediation()
Remediation details for the deployment.
|
int |
hashCode() |
DORADeploymentPatchRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DORADeploymentPatchRequestAttributes |
remediation(DORADeploymentPatchRemediation remediation) |
void |
setChangeFailure(Boolean changeFailure) |
void |
setRemediation(DORADeploymentPatchRemediation remediation) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CHANGE_FAILURE
public static final String JSON_PROPERTY_REMEDIATION
public DORADeploymentPatchRequestAttributes()
public DORADeploymentPatchRequestAttributes changeFailure(Boolean changeFailure)
@Nullable public Boolean getChangeFailure()
public void setChangeFailure(Boolean changeFailure)
public DORADeploymentPatchRequestAttributes remediation(DORADeploymentPatchRemediation remediation)
@Nullable public DORADeploymentPatchRemediation getRemediation()
public void setRemediation(DORADeploymentPatchRemediation remediation)
public DORADeploymentPatchRequestAttributes 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.