@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentV2CancelAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentV2CancelAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this FleetDeploymentV2CancelAttributes 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 |
getMessage()
Human-readable message describing the outcome of the cancellation request.
|
String |
getStatus()
Status of the deployment after the cancellation request.
|
int |
hashCode() |
FleetDeploymentV2CancelAttributes |
message(String message) |
FleetDeploymentV2CancelAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMessage(String message) |
void |
setStatus(String status) |
FleetDeploymentV2CancelAttributes |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_STATUS
public FleetDeploymentV2CancelAttributes message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public FleetDeploymentV2CancelAttributes status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public FleetDeploymentV2CancelAttributes 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.