@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DORADeploymentPatchRemediation extends Object
id or version to identify the remediation
deployment, but not both.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
DORADeploymentPatchRemediation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DORADeploymentPatchRemediation 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.
|
String |
getId()
The ID of the remediation deployment.
|
DORADeploymentPatchRemediationType |
getType()
The type of remediation action taken.
|
String |
getVersion()
The version of the remediation deployment, matched against the same service and environment as
the failed deployment.
|
int |
hashCode() |
DORADeploymentPatchRemediation |
id(String id) |
DORADeploymentPatchRemediation |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setId(String id) |
void |
setType(DORADeploymentPatchRemediationType type) |
void |
setVersion(String version) |
String |
toString() |
DORADeploymentPatchRemediation |
type(DORADeploymentPatchRemediationType type) |
DORADeploymentPatchRemediation |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VERSION
public DORADeploymentPatchRemediation id(String id)
@Nullable public String getId()
version to identify the
remediation deployment, but not both.public void setId(String id)
public DORADeploymentPatchRemediation type(DORADeploymentPatchRemediationType type)
@Nullable public DORADeploymentPatchRemediationType getType()
public void setType(DORADeploymentPatchRemediationType type)
public DORADeploymentPatchRemediation version(String version)
@Nullable public String getVersion()
id to identify the remediation deployment, but
not both.public void setVersion(String version)
public DORADeploymentPatchRemediation 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.