@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamConnectionAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MANAGED_BY |
static String |
JSON_PROPERTY_SOURCE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamConnectionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TeamConnectionAttributes 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.
|
String |
getManagedBy()
The entity that manages this team connection.
|
String |
getSource()
The name of the external source.
|
int |
hashCode() |
TeamConnectionAttributes |
managedBy(String managedBy) |
TeamConnectionAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setManagedBy(String managedBy) |
void |
setSource(String source) |
TeamConnectionAttributes |
source(String source) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MANAGED_BY
public static final String JSON_PROPERTY_SOURCE
public TeamConnectionAttributes managedBy(String managedBy)
@Nullable public String getManagedBy()
public void setManagedBy(String managedBy)
public TeamConnectionAttributes source(String source)
@Nullable public String getSource()
public void setSource(String source)
public TeamConnectionAttributes 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.