@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentGoogleChatConfigurationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentGoogleChatConfigurationResponse() |
IncidentGoogleChatConfigurationResponse(IncidentGoogleChatConfigurationDataResponse data) |
| Modifier and Type | Method and Description |
|---|---|
IncidentGoogleChatConfigurationResponse |
data(IncidentGoogleChatConfigurationDataResponse data) |
boolean |
equals(Object o)
Return true if this IncidentGoogleChatConfigurationResponse 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.
|
IncidentGoogleChatConfigurationDataResponse |
getData()
Google Chat configuration data in a response.
|
List<IncidentUserData> |
getIncluded()
Included related resources.
|
int |
hashCode() |
IncidentGoogleChatConfigurationResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(IncidentGoogleChatConfigurationDataResponse data) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public IncidentGoogleChatConfigurationResponse()
public IncidentGoogleChatConfigurationResponse(IncidentGoogleChatConfigurationDataResponse data)
public IncidentGoogleChatConfigurationResponse data(IncidentGoogleChatConfigurationDataResponse data)
public IncidentGoogleChatConfigurationDataResponse getData()
public void setData(IncidentGoogleChatConfigurationDataResponse data)
@Nullable public List<IncidentUserData> getIncluded()
public IncidentGoogleChatConfigurationResponse 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.