@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateDeploymentGateParamsDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DRY_RUN |
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_IDENTIFIER |
static String |
JSON_PROPERTY_SERVICE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateDeploymentGateParamsDataAttributes() |
CreateDeploymentGateParamsDataAttributes(String env,
String service) |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentGateParamsDataAttributes |
dryRun(Boolean dryRun) |
CreateDeploymentGateParamsDataAttributes |
env(String env) |
boolean |
equals(Object o)
Return true if this CreateDeploymentGateParamsDataAttributes 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.
|
Boolean |
getDryRun()
Whether this gate is run in dry-run mode.
|
String |
getEnv()
The environment of the deployment gate.
|
String |
getIdentifier()
The identifier of the deployment gate.
|
String |
getService()
The service of the deployment gate.
|
int |
hashCode() |
CreateDeploymentGateParamsDataAttributes |
identifier(String identifier) |
CreateDeploymentGateParamsDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CreateDeploymentGateParamsDataAttributes |
service(String service) |
void |
setDryRun(Boolean dryRun) |
void |
setEnv(String env) |
void |
setIdentifier(String identifier) |
void |
setService(String service) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DRY_RUN
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_IDENTIFIER
public static final String JSON_PROPERTY_SERVICE
public CreateDeploymentGateParamsDataAttributes()
public CreateDeploymentGateParamsDataAttributes dryRun(Boolean dryRun)
@Nullable public Boolean getDryRun()
public void setDryRun(Boolean dryRun)
public CreateDeploymentGateParamsDataAttributes env(String env)
public String getEnv()
public void setEnv(String env)
public CreateDeploymentGateParamsDataAttributes identifier(String identifier)
@Nullable public String getIdentifier()
public void setIdentifier(String identifier)
public CreateDeploymentGateParamsDataAttributes service(String service)
public String getService()
public void setService(String service)
public CreateDeploymentGateParamsDataAttributes 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.