@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListConnectionsResponseDataAttributesConnectionsItemsJoin extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ListConnectionsResponseDataAttributesConnectionsItemsJoin() |
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsResponseDataAttributesConnectionsItemsJoin |
attribute(String attribute) |
boolean |
equals(Object o)
Return true if this ListConnectionsResponseDataAttributesConnectionsItemsJoin 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 |
getAttribute()
The entity attribute used as the join key to link records from the data source.
|
String |
getType()
The type of join key used (for example, email or user_id).
|
int |
hashCode() |
ListConnectionsResponseDataAttributesConnectionsItemsJoin |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttribute(String attribute) |
void |
setType(String type) |
String |
toString() |
ListConnectionsResponseDataAttributesConnectionsItemsJoin |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTE
public static final String JSON_PROPERTY_TYPE
public ListConnectionsResponseDataAttributesConnectionsItemsJoin()
public ListConnectionsResponseDataAttributesConnectionsItemsJoin attribute(String attribute)
@Nullable public String getAttribute()
public void setAttribute(String attribute)
public ListConnectionsResponseDataAttributesConnectionsItemsJoin type(String type)
@Nullable public String getType()
public void setType(String type)
public ListConnectionsResponseDataAttributesConnectionsItemsJoin 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.