@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeploymentRuleResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_DRY_RUN |
static String |
JSON_PROPERTY_GATE_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_BY |
boolean |
unparsed |
| Constructor and Description |
|---|
DeploymentRuleResponseDataAttributes() |
DeploymentRuleResponseDataAttributes(OffsetDateTime createdAt,
DeploymentRuleResponseDataAttributesCreatedBy createdBy,
Boolean dryRun,
String gateId,
String name,
DeploymentRulesOptions options,
DeploymentRuleResponseDataAttributesType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_DRY_RUN
public static final String JSON_PROPERTY_GATE_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_BY
public DeploymentRuleResponseDataAttributes()
public DeploymentRuleResponseDataAttributes(OffsetDateTime createdAt, DeploymentRuleResponseDataAttributesCreatedBy createdBy, Boolean dryRun, String gateId, String name, DeploymentRulesOptions options, DeploymentRuleResponseDataAttributesType type)
public DeploymentRuleResponseDataAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public DeploymentRuleResponseDataAttributes createdBy(DeploymentRuleResponseDataAttributesCreatedBy createdBy)
public DeploymentRuleResponseDataAttributesCreatedBy getCreatedBy()
public void setCreatedBy(DeploymentRuleResponseDataAttributesCreatedBy createdBy)
public DeploymentRuleResponseDataAttributes dryRun(Boolean dryRun)
public Boolean getDryRun()
public void setDryRun(Boolean dryRun)
public DeploymentRuleResponseDataAttributes gateId(String gateId)
public String getGateId()
public void setGateId(String gateId)
public DeploymentRuleResponseDataAttributes name(String name)
public String getName()
public void setName(String name)
public DeploymentRuleResponseDataAttributes options(DeploymentRulesOptions options)
public DeploymentRulesOptions getOptions()
public void setOptions(DeploymentRulesOptions options)
public DeploymentRuleResponseDataAttributes type(DeploymentRuleResponseDataAttributesType type)
public DeploymentRuleResponseDataAttributesType getType()
public void setType(DeploymentRuleResponseDataAttributesType type)
public DeploymentRuleResponseDataAttributes updatedAt(OffsetDateTime updatedAt)
@Nullable public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public DeploymentRuleResponseDataAttributes updatedBy(DeploymentRuleResponseDataAttributesUpdatedBy updatedBy)
@Nullable public DeploymentRuleResponseDataAttributesUpdatedBy getUpdatedBy()
public void setUpdatedBy(DeploymentRuleResponseDataAttributesUpdatedBy updatedBy)
public DeploymentRuleResponseDataAttributes 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.