@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgGroupPolicyUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_ENFORCEMENT_TIER |
boolean |
unparsed |
| Constructor and Description |
|---|
OrgGroupPolicyUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
OrgGroupPolicyUpdateAttributes |
content(Map<String,Object> content) |
OrgGroupPolicyUpdateAttributes |
enforcementTier(OrgGroupPolicyEnforcementTier enforcementTier) |
boolean |
equals(Object o)
Return true if this OrgGroupPolicyUpdateAttributes 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.
|
Map<String,Object> |
getContent()
The policy content as key-value pairs.
|
OrgGroupPolicyEnforcementTier |
getEnforcementTier()
The enforcement tier of the policy.
|
int |
hashCode() |
OrgGroupPolicyUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OrgGroupPolicyUpdateAttributes |
putContentItem(String key,
Object contentItem) |
void |
setContent(Map<String,Object> content) |
void |
setEnforcementTier(OrgGroupPolicyEnforcementTier enforcementTier) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_ENFORCEMENT_TIER
public OrgGroupPolicyUpdateAttributes content(Map<String,Object> content)
public OrgGroupPolicyUpdateAttributes putContentItem(String key, Object contentItem)
@Nullable public Map<String,Object> getContent()
public OrgGroupPolicyUpdateAttributes enforcementTier(OrgGroupPolicyEnforcementTier enforcementTier)
@Nullable public OrgGroupPolicyEnforcementTier getEnforcementTier()
OVERRIDE_ALLOWED means the policy is set but
member orgs may mutate it. GROUP_MANAGED means the policy is strictly controlled
and mutations are blocked for affected orgs. DELEGATE means each member org
controls its own value.public void setEnforcementTier(OrgGroupPolicyEnforcementTier enforcementTier)
public OrgGroupPolicyUpdateAttributes 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.