@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Deployment extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_META |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
Deployment() |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
attributes(DeploymentAttributes attributes) |
boolean |
equals(Object o)
Return true if this Deployment 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.
|
DeploymentAttributes |
getAttributes()
The attributes object containing the version ID of the published app.
|
UUID |
getId()
The deployment ID.
|
DeploymentMetadata |
getMeta()
Metadata object containing the publication creation information.
|
AppDeploymentType |
getType()
The deployment type.
|
int |
hashCode() |
Deployment |
id(UUID id) |
Deployment |
meta(DeploymentMetadata meta) |
Deployment |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(DeploymentAttributes attributes) |
void |
setId(UUID id) |
void |
setMeta(DeploymentMetadata meta) |
void |
setType(AppDeploymentType type) |
String |
toString() |
Deployment |
type(AppDeploymentType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_META
public static final String JSON_PROPERTY_TYPE
public Deployment attributes(DeploymentAttributes attributes)
@Nullable public DeploymentAttributes getAttributes()
public void setAttributes(DeploymentAttributes attributes)
public Deployment id(UUID id)
@Nullable public UUID getId()
public void setId(UUID id)
public Deployment meta(DeploymentMetadata meta)
@Nullable public DeploymentMetadata getMeta()
public void setMeta(DeploymentMetadata meta)
public Deployment type(AppDeploymentType type)
@Nullable public AppDeploymentType getType()
public void setType(AppDeploymentType type)
public Deployment 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 © 2025. All rights reserved.