@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamHierarchyLink extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamHierarchyLink() |
TeamHierarchyLink(TeamHierarchyLinkAttributes attributes,
String id,
TeamHierarchyLinkType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public TeamHierarchyLink()
public TeamHierarchyLink(TeamHierarchyLinkAttributes attributes, String id, TeamHierarchyLinkType type)
public TeamHierarchyLink attributes(TeamHierarchyLinkAttributes attributes)
public TeamHierarchyLinkAttributes getAttributes()
public void setAttributes(TeamHierarchyLinkAttributes attributes)
public TeamHierarchyLink id(String id)
public String getId()
public void setId(String id)
public TeamHierarchyLink relationships(TeamHierarchyLinkRelationships relationships)
@Nullable public TeamHierarchyLinkRelationships getRelationships()
public void setRelationships(TeamHierarchyLinkRelationships relationships)
public TeamHierarchyLink type(TeamHierarchyLinkType type)
public TeamHierarchyLinkType getType()
public void setType(TeamHierarchyLinkType type)
public TeamHierarchyLink 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.