@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentResponse |
data(FleetDeployment data) |
boolean |
equals(Object o)
Return true if this FleetDeploymentResponse 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.
|
FleetDeployment |
getData()
A deployment that defines automated configuration changes for a fleet of hosts.
|
FleetDeploymentResponseMeta |
getMeta()
Metadata for a single deployment response, including pagination information for hosts.
|
int |
hashCode() |
FleetDeploymentResponse |
meta(FleetDeploymentResponseMeta meta) |
FleetDeploymentResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(FleetDeployment data) |
void |
setMeta(FleetDeploymentResponseMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public FleetDeploymentResponse data(FleetDeployment data)
@Nullable public FleetDeployment getData()
public void setData(FleetDeployment data)
public FleetDeploymentResponse meta(FleetDeploymentResponseMeta meta)
@Nullable public FleetDeploymentResponseMeta getMeta()
public void setMeta(FleetDeploymentResponseMeta meta)
public FleetDeploymentResponse 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.