@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EnvironmentAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_IS_PRODUCTION |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_QUERIES |
static String |
JSON_PROPERTY_REQUIRE_FEATURE_FLAG_APPROVAL |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
EnvironmentAttributes() |
EnvironmentAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentAttributes |
addQueriesItem(String queriesItem) |
EnvironmentAttributes |
createdAt(OffsetDateTime createdAt) |
EnvironmentAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this EnvironmentAttributes 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.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the environment was created.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getDescription_JsonNullable() |
String |
getDescription()
The description of the environment.
|
Boolean |
getIsProduction()
Indicates whether this is a production environment.
|
String |
getKey()
The unique key of the environment.
|
String |
getName()
The name of the environment.
|
List<String> |
getQueries()
List of queries to define the environment scope.
|
Boolean |
getRequireFeatureFlagApproval()
Indicates whether feature flag changes require approval in this environment.
|
OffsetDateTime |
getUpdatedAt()
The timestamp when the environment was last updated.
|
int |
hashCode() |
EnvironmentAttributes |
isProduction(Boolean isProduction) |
EnvironmentAttributes |
key(String key) |
EnvironmentAttributes |
name(String name) |
EnvironmentAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EnvironmentAttributes |
queries(List<String> queries) |
EnvironmentAttributes |
requireFeatureFlagApproval(Boolean requireFeatureFlagApproval) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) |
void |
setDescription(String description) |
void |
setIsProduction(Boolean isProduction) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setQueries(List<String> queries) |
void |
setRequireFeatureFlagApproval(Boolean requireFeatureFlagApproval) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
String |
toString() |
EnvironmentAttributes |
updatedAt(OffsetDateTime updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_IS_PRODUCTION
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_QUERIES
public static final String JSON_PROPERTY_REQUIRE_FEATURE_FLAG_APPROVAL
public static final String JSON_PROPERTY_UPDATED_AT
public EnvironmentAttributes()
public EnvironmentAttributes(String name)
public EnvironmentAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public EnvironmentAttributes description(String description)
@Nullable public String getDescription()
public org.openapitools.jackson.nullable.JsonNullable<String> getDescription_JsonNullable()
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description)
public void setDescription(String description)
public EnvironmentAttributes isProduction(Boolean isProduction)
@Nullable public Boolean getIsProduction()
public void setIsProduction(Boolean isProduction)
public EnvironmentAttributes key(String key)
@Nullable public String getKey()
public void setKey(String key)
public EnvironmentAttributes name(String name)
public String getName()
public void setName(String name)
public EnvironmentAttributes queries(List<String> queries)
public EnvironmentAttributes addQueriesItem(String queriesItem)
@Nullable public List<String> getQueries()
public EnvironmentAttributes requireFeatureFlagApproval(Boolean requireFeatureFlagApproval)
@Nullable public Boolean getRequireFeatureFlagApproval()
public void setRequireFeatureFlagApproval(Boolean requireFeatureFlagApproval)
public EnvironmentAttributes updatedAt(OffsetDateTime updatedAt)
@Nullable public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public EnvironmentAttributes 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.