@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentNotificationTemplateUpdateAttributes 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 |
|---|
IncidentNotificationTemplateUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
IncidentNotificationTemplateUpdateAttributes |
category(String category) |
IncidentNotificationTemplateUpdateAttributes |
content(String content) |
boolean |
equals(Object o)
Return true if this IncidentNotificationTemplateUpdateAttributes 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() |
IncidentNotificationTemplateUpdateAttributes |
name(String name) |
IncidentNotificationTemplateUpdateAttributes |
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) |
IncidentNotificationTemplateUpdateAttributes |
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 IncidentNotificationTemplateUpdateAttributes()
public IncidentNotificationTemplateUpdateAttributes category(String category)
@Nullable public String getCategory()
public void setCategory(String category)
public IncidentNotificationTemplateUpdateAttributes content(String content)
@Nullable public String getContent()
public void setContent(String content)
public IncidentNotificationTemplateUpdateAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public IncidentNotificationTemplateUpdateAttributes subject(String subject)
@Nullable public String getSubject()
public void setSubject(String subject)
public IncidentNotificationTemplateUpdateAttributes 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.