@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgGroupPolicyConfigAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALLOWED_VALUES |
static String |
JSON_PROPERTY_DEFAULT_VALUE |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VALUE_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
OrgGroupPolicyConfigAttributes() |
OrgGroupPolicyConfigAttributes(List<String> allowedValues,
Object defaultValue,
String description,
String name,
String valueType) |
| Modifier and Type | Method and Description |
|---|---|
OrgGroupPolicyConfigAttributes |
addAllowedValuesItem(String allowedValuesItem) |
OrgGroupPolicyConfigAttributes |
allowedValues(List<String> allowedValues) |
OrgGroupPolicyConfigAttributes |
defaultValue(Object defaultValue) |
OrgGroupPolicyConfigAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this OrgGroupPolicyConfigAttributes 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.
|
List<String> |
getAllowedValues()
The allowed values for this config.
|
Object |
getDefaultValue()
The default value for this config.
|
String |
getDescription()
The description of the policy config.
|
String |
getName()
The name of the policy config.
|
String |
getValueType()
The type of the value for this config.
|
int |
hashCode() |
OrgGroupPolicyConfigAttributes |
name(String name) |
OrgGroupPolicyConfigAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAllowedValues(List<String> allowedValues) |
void |
setDefaultValue(Object defaultValue) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setValueType(String valueType) |
String |
toString() |
OrgGroupPolicyConfigAttributes |
valueType(String valueType) |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOWED_VALUES
public static final String JSON_PROPERTY_DEFAULT_VALUE
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_VALUE_TYPE
public OrgGroupPolicyConfigAttributes allowedValues(List<String> allowedValues)
public OrgGroupPolicyConfigAttributes addAllowedValuesItem(String allowedValuesItem)
public List<String> getAllowedValues()
public OrgGroupPolicyConfigAttributes defaultValue(Object defaultValue)
public Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
public OrgGroupPolicyConfigAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public OrgGroupPolicyConfigAttributes name(String name)
public String getName()
public void setName(String name)
public OrgGroupPolicyConfigAttributes valueType(String valueType)
public String getValueType()
public void setValueType(String valueType)
public OrgGroupPolicyConfigAttributes 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.