@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsOwnershipRuleResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsOwnershipRuleResponseData() |
TeamsOwnershipRuleResponseData(TeamsOwnershipRuleResponseAttributes attributes,
String id,
TeamsOwnershipRuleType type) |
| Modifier and Type | Method and Description |
|---|---|
TeamsOwnershipRuleResponseData |
attributes(TeamsOwnershipRuleResponseAttributes attributes) |
boolean |
equals(Object o)
Return true if this TeamsOwnershipRuleResponseData 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.
|
TeamsOwnershipRuleResponseAttributes |
getAttributes()
The attributes of a teams ownership rule.
|
String |
getId()
A deterministic identifier derived from the rule's grouping key.
|
TeamsOwnershipRuleType |
getType()
The type of the resource.
|
int |
hashCode() |
TeamsOwnershipRuleResponseData |
id(String id) |
TeamsOwnershipRuleResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(TeamsOwnershipRuleResponseAttributes attributes) |
void |
setId(String id) |
void |
setType(TeamsOwnershipRuleType type) |
String |
toString() |
TeamsOwnershipRuleResponseData |
type(TeamsOwnershipRuleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public TeamsOwnershipRuleResponseData()
public TeamsOwnershipRuleResponseData(TeamsOwnershipRuleResponseAttributes attributes, String id, TeamsOwnershipRuleType type)
public TeamsOwnershipRuleResponseData attributes(TeamsOwnershipRuleResponseAttributes attributes)
public TeamsOwnershipRuleResponseAttributes getAttributes()
public void setAttributes(TeamsOwnershipRuleResponseAttributes attributes)
public TeamsOwnershipRuleResponseData id(String id)
public String getId()
mapping_id under
teams instead.public void setId(String id)
public TeamsOwnershipRuleResponseData type(TeamsOwnershipRuleType type)
public TeamsOwnershipRuleType getType()
public void setType(TeamsOwnershipRuleType type)
public TeamsOwnershipRuleResponseData 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.