@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateDeploymentRuleParamsData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateDeploymentRuleParamsData() |
CreateDeploymentRuleParamsData(CreateDeploymentRuleParamsDataAttributes attributes,
DeploymentRuleDataType type) |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRuleParamsData |
attributes(CreateDeploymentRuleParamsDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this CreateDeploymentRuleParamsData 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.
|
CreateDeploymentRuleParamsDataAttributes |
getAttributes()
Parameters for creating a deployment rule.
|
DeploymentRuleDataType |
getType()
Deployment rule resource type.
|
int |
hashCode() |
CreateDeploymentRuleParamsData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(CreateDeploymentRuleParamsDataAttributes attributes) |
void |
setType(DeploymentRuleDataType type) |
String |
toString() |
CreateDeploymentRuleParamsData |
type(DeploymentRuleDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public CreateDeploymentRuleParamsData()
public CreateDeploymentRuleParamsData(CreateDeploymentRuleParamsDataAttributes attributes, DeploymentRuleDataType type)
public CreateDeploymentRuleParamsData attributes(CreateDeploymentRuleParamsDataAttributes attributes)
public CreateDeploymentRuleParamsDataAttributes getAttributes()
public void setAttributes(CreateDeploymentRuleParamsDataAttributes attributes)
public CreateDeploymentRuleParamsData type(DeploymentRuleDataType type)
public DeploymentRuleDataType getType()
public void setType(DeploymentRuleDataType type)
public CreateDeploymentRuleParamsData 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.