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