@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GlobalOrgAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ORG |
static String |
JSON_PROPERTY_REDIRECT_URL |
static String |
JSON_PROPERTY_SOURCE_REGION |
static String |
JSON_PROPERTY_USER |
boolean |
unparsed |
| Constructor and Description |
|---|
GlobalOrgAttributes() |
GlobalOrgAttributes(GlobalOrg org,
String sourceRegion,
GlobalOrgUser user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this GlobalOrgAttributes 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.
|
GlobalOrg |
getOrg()
Organization information for a global organization association.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getRedirectUrl_JsonNullable() |
String |
getRedirectUrl()
The login URL used to switch into the organization, if available.
|
String |
getSourceRegion()
The source region of the organization.
|
GlobalOrgUser |
getUser()
User information for a global organization association.
|
int |
hashCode() |
GlobalOrgAttributes |
org(GlobalOrg org) |
GlobalOrgAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GlobalOrgAttributes |
redirectUrl(String redirectUrl) |
void |
setOrg(GlobalOrg org) |
void |
setRedirectUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> redirectUrl) |
void |
setRedirectUrl(String redirectUrl) |
void |
setSourceRegion(String sourceRegion) |
void |
setUser(GlobalOrgUser user) |
GlobalOrgAttributes |
sourceRegion(String sourceRegion) |
String |
toString() |
GlobalOrgAttributes |
user(GlobalOrgUser user) |
public boolean unparsed
public static final String JSON_PROPERTY_ORG
public static final String JSON_PROPERTY_REDIRECT_URL
public static final String JSON_PROPERTY_SOURCE_REGION
public static final String JSON_PROPERTY_USER
public GlobalOrgAttributes()
public GlobalOrgAttributes(GlobalOrg org, String sourceRegion, GlobalOrgUser user)
public GlobalOrgAttributes org(GlobalOrg org)
public GlobalOrg getOrg()
public void setOrg(GlobalOrg org)
public GlobalOrgAttributes redirectUrl(String redirectUrl)
@Nullable public String getRedirectUrl()
public org.openapitools.jackson.nullable.JsonNullable<String> getRedirectUrl_JsonNullable()
public void setRedirectUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> redirectUrl)
public void setRedirectUrl(String redirectUrl)
public GlobalOrgAttributes sourceRegion(String sourceRegion)
public String getSourceRegion()
public void setSourceRegion(String sourceRegion)
public GlobalOrgAttributes user(GlobalOrgUser user)
public GlobalOrgUser getUser()
public void setUser(GlobalOrgUser user)
public GlobalOrgAttributes 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.