@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamHierarchyLinkCreateRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PARENT_TEAM |
static String |
JSON_PROPERTY_SUB_TEAM |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamHierarchyLinkCreateRelationships() |
TeamHierarchyLinkCreateRelationships(TeamHierarchyLinkCreateTeamRelationship parentTeam,
TeamHierarchyLinkCreateTeamRelationship subTeam) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TeamHierarchyLinkCreateRelationships 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.
|
TeamHierarchyLinkCreateTeamRelationship |
getParentTeam()
Data about each team that will be connected by the team hierarchy link
|
TeamHierarchyLinkCreateTeamRelationship |
getSubTeam()
Data about each team that will be connected by the team hierarchy link
|
int |
hashCode() |
TeamHierarchyLinkCreateRelationships |
parentTeam(TeamHierarchyLinkCreateTeamRelationship parentTeam) |
TeamHierarchyLinkCreateRelationships |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setParentTeam(TeamHierarchyLinkCreateTeamRelationship parentTeam) |
void |
setSubTeam(TeamHierarchyLinkCreateTeamRelationship subTeam) |
TeamHierarchyLinkCreateRelationships |
subTeam(TeamHierarchyLinkCreateTeamRelationship subTeam) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_PARENT_TEAM
public static final String JSON_PROPERTY_SUB_TEAM
public TeamHierarchyLinkCreateRelationships()
public TeamHierarchyLinkCreateRelationships(TeamHierarchyLinkCreateTeamRelationship parentTeam, TeamHierarchyLinkCreateTeamRelationship subTeam)
public TeamHierarchyLinkCreateRelationships parentTeam(TeamHierarchyLinkCreateTeamRelationship parentTeam)
public TeamHierarchyLinkCreateTeamRelationship getParentTeam()
public void setParentTeam(TeamHierarchyLinkCreateTeamRelationship parentTeam)
public TeamHierarchyLinkCreateRelationships subTeam(TeamHierarchyLinkCreateTeamRelationship subTeam)
public TeamHierarchyLinkCreateTeamRelationship getSubTeam()
public void setSubTeam(TeamHierarchyLinkCreateTeamRelationship subTeam)
public TeamHierarchyLinkCreateRelationships 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.