@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentNotificationTemplateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_MODIFIED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SUBJECT |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentNotificationTemplateAttributes() |
IncidentNotificationTemplateAttributes(String category,
String content,
OffsetDateTime created,
OffsetDateTime modified,
String name,
String subject) |
| Modifier and Type | Method and Description |
|---|---|
IncidentNotificationTemplateAttributes |
category(String category) |
IncidentNotificationTemplateAttributes |
content(String content) |
boolean |
equals(Object o)
Return true if this IncidentNotificationTemplateAttributes 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 |
getCategory()
The category of the notification template.
|
String |
getContent()
The content body of the notification template.
|
OffsetDateTime |
getCreated()
Timestamp when the notification template was created.
|
OffsetDateTime |
getModified()
Timestamp when the notification template was last modified.
|
String |
getName()
The name of the notification template.
|
String |
getSubject()
The subject line of the notification template.
|
int |
hashCode() |
IncidentNotificationTemplateAttributes |
name(String name) |
IncidentNotificationTemplateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCategory(String category) |
void |
setContent(String content) |
void |
setName(String name) |
void |
setSubject(String subject) |
IncidentNotificationTemplateAttributes |
subject(String subject) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORY
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SUBJECT
public IncidentNotificationTemplateAttributes()
public IncidentNotificationTemplateAttributes(String category, String content, OffsetDateTime created, OffsetDateTime modified, String name, String subject)
public IncidentNotificationTemplateAttributes category(String category)
public String getCategory()
public void setCategory(String category)
public IncidentNotificationTemplateAttributes content(String content)
public String getContent()
public void setContent(String content)
public OffsetDateTime getCreated()
public OffsetDateTime getModified()
public IncidentNotificationTemplateAttributes name(String name)
public String getName()
public void setName(String name)
public IncidentNotificationTemplateAttributes subject(String subject)
public String getSubject()
public void setSubject(String subject)
public IncidentNotificationTemplateAttributes 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.