@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgConnectionRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_SINK_ORG |
static String |
JSON_PROPERTY_SOURCE_ORG |
boolean |
unparsed |
| Constructor and Description |
|---|
OrgConnectionRelationships() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_SINK_ORG
public static final String JSON_PROPERTY_SOURCE_ORG
public OrgConnectionRelationships createdBy(OrgConnectionUserRelationship createdBy)
@Nullable public OrgConnectionUserRelationship getCreatedBy()
public void setCreatedBy(OrgConnectionUserRelationship createdBy)
public OrgConnectionRelationships sinkOrg(OrgConnectionOrgRelationship sinkOrg)
@Nullable public OrgConnectionOrgRelationship getSinkOrg()
public void setSinkOrg(OrgConnectionOrgRelationship sinkOrg)
public OrgConnectionRelationships sourceOrg(OrgConnectionOrgRelationship sourceOrg)
@Nullable public OrgConnectionOrgRelationship getSourceOrg()
public void setSourceOrg(OrgConnectionOrgRelationship sourceOrg)
public OrgConnectionRelationships 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.