@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GoogleChatAppNamedSpaceResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_ORGANIZATION_BINDING_ID |
static String |
JSON_PROPERTY_RESOURCE_NAME |
static String |
JSON_PROPERTY_SPACE_URI |
boolean |
unparsed |
| Constructor and Description |
|---|
GoogleChatAppNamedSpaceResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GoogleChatAppNamedSpaceResponseAttributes |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this GoogleChatAppNamedSpaceResponseAttributes 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 |
getDisplayName()
Google space display name.
|
String |
getOrganizationBindingId()
Organization binding ID.
|
String |
getResourceName()
Google space resource name.
|
String |
getSpaceUri()
Google space URI.
|
int |
hashCode() |
GoogleChatAppNamedSpaceResponseAttributes |
organizationBindingId(String organizationBindingId) |
GoogleChatAppNamedSpaceResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GoogleChatAppNamedSpaceResponseAttributes |
resourceName(String resourceName) |
void |
setDisplayName(String displayName) |
void |
setOrganizationBindingId(String organizationBindingId) |
void |
setResourceName(String resourceName) |
void |
setSpaceUri(String spaceUri) |
GoogleChatAppNamedSpaceResponseAttributes |
spaceUri(String spaceUri) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_ORGANIZATION_BINDING_ID
public static final String JSON_PROPERTY_RESOURCE_NAME
public static final String JSON_PROPERTY_SPACE_URI
public GoogleChatAppNamedSpaceResponseAttributes()
public GoogleChatAppNamedSpaceResponseAttributes displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public GoogleChatAppNamedSpaceResponseAttributes organizationBindingId(String organizationBindingId)
@Nullable public String getOrganizationBindingId()
public void setOrganizationBindingId(String organizationBindingId)
public GoogleChatAppNamedSpaceResponseAttributes resourceName(String resourceName)
@Nullable public String getResourceName()
public void setResourceName(String resourceName)
public GoogleChatAppNamedSpaceResponseAttributes spaceUri(String spaceUri)
@Nullable public String getSpaceUri()
public void setSpaceUri(String spaceUri)
public GoogleChatAppNamedSpaceResponseAttributes 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.