@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentOrgSettingsDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_MODIFIED |
static String |
JSON_PROPERTY_SETTINGS |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentOrgSettingsDataAttributesResponse() |
IncidentOrgSettingsDataAttributesResponse(OffsetDateTime created,
OffsetDateTime modified,
Map<String,Object> settings) |
| Modifier and Type | Method and Description |
|---|---|
IncidentOrgSettingsDataAttributesResponse |
created(OffsetDateTime created) |
boolean |
equals(Object o)
Return true if this IncidentOrgSettingsDataAttributesResponse 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.
|
OffsetDateTime |
getCreated()
Timestamp when the settings were created.
|
OffsetDateTime |
getModified()
Timestamp when the settings were last modified.
|
Map<String,Object> |
getSettings()
The settings configuration for an incident org settings resource.
|
int |
hashCode() |
IncidentOrgSettingsDataAttributesResponse |
modified(OffsetDateTime modified) |
IncidentOrgSettingsDataAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentOrgSettingsDataAttributesResponse |
putSettingsItem(String key,
Object settingsItem) |
void |
setCreated(OffsetDateTime created) |
void |
setModified(OffsetDateTime modified) |
void |
setSettings(Map<String,Object> settings) |
IncidentOrgSettingsDataAttributesResponse |
settings(Map<String,Object> settings) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_SETTINGS
public IncidentOrgSettingsDataAttributesResponse()
public IncidentOrgSettingsDataAttributesResponse(OffsetDateTime created, OffsetDateTime modified, Map<String,Object> settings)
public IncidentOrgSettingsDataAttributesResponse created(OffsetDateTime created)
public OffsetDateTime getCreated()
public void setCreated(OffsetDateTime created)
public IncidentOrgSettingsDataAttributesResponse modified(OffsetDateTime modified)
public OffsetDateTime getModified()
public void setModified(OffsetDateTime modified)
public IncidentOrgSettingsDataAttributesResponse settings(Map<String,Object> settings)
public IncidentOrgSettingsDataAttributesResponse putSettingsItem(String key, Object settingsItem)
public Map<String,Object> getSettings()
public IncidentOrgSettingsDataAttributesResponse 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.