@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentGoogleChatConfigurationPatchDataAttributesRequest 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 |
|---|
IncidentGoogleChatConfigurationPatchDataAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
IncidentGoogleChatConfigurationPatchDataAttributesRequest |
domainId(String domainId) |
boolean |
equals(Object o)
Return true if this IncidentGoogleChatConfigurationPatchDataAttributesRequest 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() |
IncidentGoogleChatConfigurationPatchDataAttributesRequest |
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) |
IncidentGoogleChatConfigurationPatchDataAttributesRequest |
spaceNameTemplate(String spaceNameTemplate) |
IncidentGoogleChatConfigurationPatchDataAttributesRequest |
spaceTargetAudienceId(String spaceTargetAudienceId) |
IncidentGoogleChatConfigurationPatchDataAttributesRequest |
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 IncidentGoogleChatConfigurationPatchDataAttributesRequest()
public IncidentGoogleChatConfigurationPatchDataAttributesRequest domainId(String domainId)
@Nullable public String getDomainId()
public void setDomainId(String domainId)
public IncidentGoogleChatConfigurationPatchDataAttributesRequest spaceNameTemplate(String spaceNameTemplate)
@Nullable public String getSpaceNameTemplate()
public void setSpaceNameTemplate(String spaceNameTemplate)
public IncidentGoogleChatConfigurationPatchDataAttributesRequest spaceTargetAudienceId(String spaceTargetAudienceId)
@Nullable public String getSpaceTargetAudienceId()
public void setSpaceTargetAudienceId(String spaceTargetAudienceId)
public IncidentGoogleChatConfigurationPatchDataAttributesRequest spaceTimeZone(String spaceTimeZone)
@Nullable public String getSpaceTimeZone()
public void setSpaceTimeZone(String spaceTimeZone)
public IncidentGoogleChatConfigurationPatchDataAttributesRequest 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.