@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeployment extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeployment() |
FleetDeployment(FleetDeploymentAttributes attributes,
String id,
FleetDeploymentResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
FleetDeployment |
attributes(FleetDeploymentAttributes attributes) |
boolean |
equals(Object o)
Return true if this FleetDeployment 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.
|
FleetDeploymentAttributes |
getAttributes()
Attributes of a deployment in the response.
|
String |
getId()
Unique identifier for the deployment.
|
FleetDeploymentResourceType |
getType()
The type of deployment resource.
|
int |
hashCode() |
FleetDeployment |
id(String id) |
FleetDeployment |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(FleetDeploymentAttributes attributes) |
void |
setId(String id) |
void |
setType(FleetDeploymentResourceType type) |
String |
toString() |
FleetDeployment |
type(FleetDeploymentResourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public FleetDeployment()
public FleetDeployment(FleetDeploymentAttributes attributes, String id, FleetDeploymentResourceType type)
public FleetDeployment attributes(FleetDeploymentAttributes attributes)
public FleetDeploymentAttributes getAttributes()
public void setAttributes(FleetDeploymentAttributes attributes)
public FleetDeployment id(String id)
public String getId()
public void setId(String id)
public FleetDeployment type(FleetDeploymentResourceType type)
public FleetDeploymentResourceType getType()
public void setType(FleetDeploymentResourceType type)
public FleetDeployment 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.