@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PostmortemTemplateAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
PostmortemTemplateAttributesResponse() |
PostmortemTemplateAttributesResponse(OffsetDateTime createdAt,
OffsetDateTime modifiedAt,
String name) |
| Modifier and Type | Method and Description |
|---|---|
PostmortemTemplateAttributesResponse |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this PostmortemTemplateAttributesResponse 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()
When the template was created
|
OffsetDateTime |
getModifiedAt()
When the template was last modified
|
String |
getName()
The name of the template
|
int |
hashCode() |
PostmortemTemplateAttributesResponse |
modifiedAt(OffsetDateTime modifiedAt) |
PostmortemTemplateAttributesResponse |
name(String name) |
PostmortemTemplateAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public PostmortemTemplateAttributesResponse()
public PostmortemTemplateAttributesResponse(OffsetDateTime createdAt, OffsetDateTime modifiedAt, String name)
public PostmortemTemplateAttributesResponse createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public PostmortemTemplateAttributesResponse modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public PostmortemTemplateAttributesResponse name(String name)
public String getName()
public void setName(String name)
public PostmortemTemplateAttributesResponse 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.