@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentGoogleChatConfigurationDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DOMAIN_ID |
static String |
JSON_PROPERTY_SPACE_NAME_TEMPLATE |
static String |
JSON_PROPERTY_SPACE_TARGET_AUDIENCE_ID |
static String |
JSON_PROPERTY_SPACE_TIME_ZONE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentGoogleChatConfigurationDataAttributesRequest() |
IncidentGoogleChatConfigurationDataAttributesRequest(String domainId,
String spaceNameTemplate,
String spaceTargetAudienceId,
String spaceTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
IncidentGoogleChatConfigurationDataAttributesRequest |
domainId(String domainId) |
boolean |
equals(Object o)
Return true if this IncidentGoogleChatConfigurationDataAttributesRequest 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 domain ID.
|
String |
getSpaceNameTemplate()
The template for the Google Chat space name.
|
String |
getSpaceTargetAudienceId()
The target audience ID for the Google Chat space.
|
String |
getSpaceTimeZone()
The time zone for the Google Chat space.
|
int |
hashCode() |
IncidentGoogleChatConfigurationDataAttributesRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDomainId(String domainId) |
void |
setSpaceNameTemplate(String spaceNameTemplate) |
void |
setSpaceTargetAudienceId(String spaceTargetAudienceId) |
void |
setSpaceTimeZone(String spaceTimeZone) |
IncidentGoogleChatConfigurationDataAttributesRequest |
spaceNameTemplate(String spaceNameTemplate) |
IncidentGoogleChatConfigurationDataAttributesRequest |
spaceTargetAudienceId(String spaceTargetAudienceId) |
IncidentGoogleChatConfigurationDataAttributesRequest |
spaceTimeZone(String spaceTimeZone) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DOMAIN_ID
public static final String JSON_PROPERTY_SPACE_NAME_TEMPLATE
public static final String JSON_PROPERTY_SPACE_TARGET_AUDIENCE_ID
public static final String JSON_PROPERTY_SPACE_TIME_ZONE
public IncidentGoogleChatConfigurationDataAttributesRequest()
public IncidentGoogleChatConfigurationDataAttributesRequest domainId(String domainId)
public String getDomainId()
public void setDomainId(String domainId)
public IncidentGoogleChatConfigurationDataAttributesRequest spaceNameTemplate(String spaceNameTemplate)
public String getSpaceNameTemplate()
public void setSpaceNameTemplate(String spaceNameTemplate)
public IncidentGoogleChatConfigurationDataAttributesRequest spaceTargetAudienceId(String spaceTargetAudienceId)
public String getSpaceTargetAudienceId()
public void setSpaceTargetAudienceId(String spaceTargetAudienceId)
public IncidentGoogleChatConfigurationDataAttributesRequest spaceTimeZone(String spaceTimeZone)
public String getSpaceTimeZone()
public void setSpaceTimeZone(String spaceTimeZone)
public IncidentGoogleChatConfigurationDataAttributesRequest 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.