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