@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GlobalIncidentSettingsAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANALYTICS_DASHBOARD_ID |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_MODIFIED |
boolean |
unparsed |
| Constructor and Description |
|---|
GlobalIncidentSettingsAttributesResponse() |
GlobalIncidentSettingsAttributesResponse(String analyticsDashboardId,
OffsetDateTime created,
OffsetDateTime modified) |
| Modifier and Type | Method and Description |
|---|---|
GlobalIncidentSettingsAttributesResponse |
analyticsDashboardId(String analyticsDashboardId) |
GlobalIncidentSettingsAttributesResponse |
created(OffsetDateTime created) |
boolean |
equals(Object o)
Return true if this GlobalIncidentSettingsAttributesResponse 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 |
getAnalyticsDashboardId()
The analytics dashboard ID
|
OffsetDateTime |
getCreated()
Timestamp when the settings were created
|
OffsetDateTime |
getModified()
Timestamp when the settings were last modified
|
int |
hashCode() |
GlobalIncidentSettingsAttributesResponse |
modified(OffsetDateTime modified) |
GlobalIncidentSettingsAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAnalyticsDashboardId(String analyticsDashboardId) |
void |
setCreated(OffsetDateTime created) |
void |
setModified(OffsetDateTime modified) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ANALYTICS_DASHBOARD_ID
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_MODIFIED
public GlobalIncidentSettingsAttributesResponse()
public GlobalIncidentSettingsAttributesResponse(String analyticsDashboardId, OffsetDateTime created, OffsetDateTime modified)
public GlobalIncidentSettingsAttributesResponse analyticsDashboardId(String analyticsDashboardId)
public String getAnalyticsDashboardId()
public void setAnalyticsDashboardId(String analyticsDashboardId)
public GlobalIncidentSettingsAttributesResponse created(OffsetDateTime created)
public OffsetDateTime getCreated()
public void setCreated(OffsetDateTime created)
public GlobalIncidentSettingsAttributesResponse modified(OffsetDateTime modified)
public OffsetDateTime getModified()
public void setModified(OffsetDateTime modified)
public GlobalIncidentSettingsAttributesResponse 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.