@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GoogleChatOrganizationAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DOMAIN_ID |
static String |
JSON_PROPERTY_DOMAIN_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
GoogleChatOrganizationAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GoogleChatOrganizationAttributes |
domainId(String domainId) |
GoogleChatOrganizationAttributes |
domainName(String domainName) |
boolean |
equals(Object o)
Return true if this GoogleChatOrganizationAttributes 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 |
getDomainId()
The Google Chat organization domain ID.
|
String |
getDomainName()
The Google Chat organization domain name.
|
int |
hashCode() |
GoogleChatOrganizationAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDomainId(String domainId) |
void |
setDomainName(String domainName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DOMAIN_ID
public static final String JSON_PROPERTY_DOMAIN_NAME
public GoogleChatOrganizationAttributes domainId(String domainId)
@Nullable public String getDomainId()
public void setDomainId(String domainId)
public GoogleChatOrganizationAttributes domainName(String domainName)
@Nullable public String getDomainName()
public void setDomainName(String domainName)
public GoogleChatOrganizationAttributes 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.