@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DORADeploymentPatchByVersionRemediationByID extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DORADeploymentPatchByVersionRemediationByID() |
DORADeploymentPatchByVersionRemediationByID(String id,
DORADeploymentPatchRemediationType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DORADeploymentPatchByVersionRemediationByID object is equal to o.
|
String |
getId()
The ID of the remediation deployment.
|
DORADeploymentPatchRemediationType |
getType()
The type of remediation action taken.
|
int |
hashCode() |
DORADeploymentPatchByVersionRemediationByID |
id(String id) |
void |
setId(String id) |
void |
setType(DORADeploymentPatchRemediationType type) |
String |
toString() |
DORADeploymentPatchByVersionRemediationByID |
type(DORADeploymentPatchRemediationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public DORADeploymentPatchByVersionRemediationByID()
public DORADeploymentPatchByVersionRemediationByID(String id, DORADeploymentPatchRemediationType type)
public DORADeploymentPatchByVersionRemediationByID id(String id)
public String getId()
public void setId(String id)
public DORADeploymentPatchByVersionRemediationByID type(DORADeploymentPatchRemediationType type)
public DORADeploymentPatchRemediationType getType()
public void setType(DORADeploymentPatchRemediationType type)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.