@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamConnectionRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONNECTED_TEAM |
static String |
JSON_PROPERTY_TEAM |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamConnectionRelationships() |
| Modifier and Type | Method and Description |
|---|---|
TeamConnectionRelationships |
connectedTeam(ConnectedTeamRef connectedTeam) |
boolean |
equals(Object o)
Return true if this TeamConnectionRelationships 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.
|
ConnectedTeamRef |
getConnectedTeam()
Reference to a team from an external system.
|
TeamRef |
getTeam()
Reference to a Datadog team.
|
int |
hashCode() |
TeamConnectionRelationships |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConnectedTeam(ConnectedTeamRef connectedTeam) |
void |
setTeam(TeamRef team) |
TeamConnectionRelationships |
team(TeamRef team) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONNECTED_TEAM
public static final String JSON_PROPERTY_TEAM
public TeamConnectionRelationships connectedTeam(ConnectedTeamRef connectedTeam)
@Nullable public ConnectedTeamRef getConnectedTeam()
public void setConnectedTeam(ConnectedTeamRef connectedTeam)
public TeamConnectionRelationships team(TeamRef team)
@Nullable public TeamRef getTeam()
public void setTeam(TeamRef team)
public TeamConnectionRelationships 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.