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