@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentTypeUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_IS_DEFAULT |
static String |
JSON_PROPERTY_LAST_MODIFIED_BY |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PREFIX |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentTypeUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeUpdateAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this IncidentTypeUpdateAttributes 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 |
getCreatedAt()
Timestamp when the incident type was created.
|
String |
getCreatedBy()
A unique identifier that represents the user that created the incident type.
|
String |
getDescription()
Text that describes the incident type.
|
Boolean |
getIsDefault()
When true, this incident type will be used as the default type when an incident type is not
specified.
|
String |
getLastModifiedBy()
A unique identifier that represents the user that last modified the incident type.
|
OffsetDateTime |
getModifiedAt()
Timestamp when the incident type was last modified.
|
String |
getName()
The name of the incident type.
|
String |
getPrefix()
The string that will be prepended to the incident title across the Datadog app.
|
int |
hashCode() |
IncidentTypeUpdateAttributes |
isDefault(Boolean isDefault) |
IncidentTypeUpdateAttributes |
name(String name) |
IncidentTypeUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setIsDefault(Boolean isDefault) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_IS_DEFAULT
public static final String JSON_PROPERTY_LAST_MODIFIED_BY
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PREFIX
@Nullable public OffsetDateTime getCreatedAt()
@Nullable public String getCreatedBy()
public IncidentTypeUpdateAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public IncidentTypeUpdateAttributes isDefault(Boolean isDefault)
@Nullable public Boolean getIsDefault()
public void setIsDefault(Boolean isDefault)
@Nullable public String getLastModifiedBy()
@Nullable public OffsetDateTime getModifiedAt()
public IncidentTypeUpdateAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
@Nullable public String getPrefix()
public IncidentTypeUpdateAttributes 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 © 2025. All rights reserved.