@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentNotificationTemplateCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SUBJECT |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentNotificationTemplateCreateAttributes() |
IncidentNotificationTemplateCreateAttributes(String category,
String content,
String name,
String subject) |
| Modifier and Type | Method and Description |
|---|---|
IncidentNotificationTemplateCreateAttributes |
category(String category) |
IncidentNotificationTemplateCreateAttributes |
content(String content) |
boolean |
equals(Object o)
Return true if this IncidentNotificationTemplateCreateAttributes 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.
|
String |
getName()
The name of the notification template.
|
String |
getSubject()
The subject line of the notification template.
|
int |
hashCode() |
IncidentNotificationTemplateCreateAttributes |
name(String name) |
IncidentNotificationTemplateCreateAttributes |
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) |
IncidentNotificationTemplateCreateAttributes |
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_NAME
public static final String JSON_PROPERTY_SUBJECT
public IncidentNotificationTemplateCreateAttributes()
public IncidentNotificationTemplateCreateAttributes category(String category)
public String getCategory()
public void setCategory(String category)
public IncidentNotificationTemplateCreateAttributes content(String content)
public String getContent()
public void setContent(String content)
public IncidentNotificationTemplateCreateAttributes name(String name)
public String getName()
public void setName(String name)
public IncidentNotificationTemplateCreateAttributes subject(String subject)
public String getSubject()
public void setSubject(String subject)
public IncidentNotificationTemplateCreateAttributes 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.