@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentTypeAttributes 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 |
|---|
IncidentTypeAttributes() |
IncidentTypeAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this IncidentTypeAttributes 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()
If true, this incident type will be used as the default incident type if a type is not
specified during the creation of incident resources.
|
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() |
IncidentTypeAttributes |
isDefault(Boolean isDefault) |
IncidentTypeAttributes |
name(String name) |
IncidentTypeAttributes |
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
public IncidentTypeAttributes()
public IncidentTypeAttributes(String name)
@Nullable public OffsetDateTime getCreatedAt()
@Nullable public String getCreatedBy()
public IncidentTypeAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public IncidentTypeAttributes isDefault(Boolean isDefault)
@Nullable public Boolean getIsDefault()
public void setIsDefault(Boolean isDefault)
@Nullable public String getLastModifiedBy()
@Nullable public OffsetDateTime getModifiedAt()
public IncidentTypeAttributes name(String name)
public String getName()
public void setName(String name)
@Nullable public String getPrefix()
public IncidentTypeAttributes 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 © 2024. All rights reserved.