@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateEnvironmentAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_PRODUCTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_QUERIES |
static String |
JSON_PROPERTY_REQUIRE_FEATURE_FLAG_APPROVAL |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateEnvironmentAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentAttributes |
addQueriesItem(String queriesItem) |
boolean |
equals(Object o)
Return true if this UpdateEnvironmentAttributes 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 |
getIsProduction()
Indicates whether this is a production 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.
|
int |
hashCode() |
UpdateEnvironmentAttributes |
isProduction(Boolean isProduction) |
UpdateEnvironmentAttributes |
name(String name) |
UpdateEnvironmentAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpdateEnvironmentAttributes |
queries(List<String> queries) |
UpdateEnvironmentAttributes |
requireFeatureFlagApproval(Boolean requireFeatureFlagApproval) |
void |
setIsProduction(Boolean isProduction) |
void |
setName(String name) |
void |
setQueries(List<String> queries) |
void |
setRequireFeatureFlagApproval(Boolean requireFeatureFlagApproval) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_IS_PRODUCTION
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 UpdateEnvironmentAttributes isProduction(Boolean isProduction)
@Nullable public Boolean getIsProduction()
public void setIsProduction(Boolean isProduction)
public UpdateEnvironmentAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public UpdateEnvironmentAttributes queries(List<String> queries)
public UpdateEnvironmentAttributes addQueriesItem(String queriesItem)
@Nullable public List<String> getQueries()
public UpdateEnvironmentAttributes requireFeatureFlagApproval(Boolean requireFeatureFlagApproval)
@Nullable public Boolean getRequireFeatureFlagApproval()
public void setRequireFeatureFlagApproval(Boolean requireFeatureFlagApproval)
public UpdateEnvironmentAttributes 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.