@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GlobalOrg extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_SUBDOMAIN |
static String |
JSON_PROPERTY_UUID |
boolean |
unparsed |
| Constructor and Description |
|---|
GlobalOrg() |
GlobalOrg(String name,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this GlobalOrg 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 |
getName()
The name of the organization.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPublicId_JsonNullable() |
String |
getPublicId()
The public identifier of the organization.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getSubdomain_JsonNullable() |
String |
getSubdomain()
The subdomain used to access the organization, if configured.
|
UUID |
getUuid()
The UUID of the organization.
|
int |
hashCode() |
GlobalOrg |
name(String name) |
GlobalOrg |
publicId(String publicId) |
GlobalOrg |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setName(String name) |
void |
setPublicId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> publicId) |
void |
setPublicId(String publicId) |
void |
setSubdomain_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> subdomain) |
void |
setSubdomain(String subdomain) |
void |
setUuid(UUID uuid) |
GlobalOrg |
subdomain(String subdomain) |
String |
toString() |
GlobalOrg |
uuid(UUID uuid) |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_SUBDOMAIN
public static final String JSON_PROPERTY_UUID
public String getName()
public void setName(String name)
@Nullable public String getPublicId()
public org.openapitools.jackson.nullable.JsonNullable<String> getPublicId_JsonNullable()
public void setPublicId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> publicId)
public void setPublicId(String publicId)
@Nullable public String getSubdomain()
public org.openapitools.jackson.nullable.JsonNullable<String> getSubdomain_JsonNullable()
public void setSubdomain_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> subdomain)
public void setSubdomain(String subdomain)
public UUID getUuid()
public void setUuid(UUID uuid)
public GlobalOrg 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.