@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_CONFLUENCE_POSTMORTEM_SETTINGS |
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_GOOGLE_DOCS_POSTMORTEM_SETTINGS |
static String |
JSON_PROPERTY_IS_DEFAULT |
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
PostmortemTemplateAttributesResponse() |
PostmortemTemplateAttributesResponse(String content,
OffsetDateTime createdAt,
OffsetDateTime isDefault,
PostmortemTemplateLocation location,
OffsetDateTime modifiedAt,
String name) |
public boolean unparsed
public static final String JSON_PROPERTY_CONFLUENCE_POSTMORTEM_SETTINGS
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_GOOGLE_DOCS_POSTMORTEM_SETTINGS
public static final String JSON_PROPERTY_IS_DEFAULT
public static final String JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public PostmortemTemplateAttributesResponse()
public PostmortemTemplateAttributesResponse(String content, OffsetDateTime createdAt, OffsetDateTime isDefault, PostmortemTemplateLocation location, OffsetDateTime modifiedAt, String name)
public PostmortemTemplateAttributesResponse confluencePostmortemSettings(ConfluencePostmortemSettings confluencePostmortemSettings)
@Nullable public ConfluencePostmortemSettings getConfluencePostmortemSettings()
location is
confluence.public void setConfluencePostmortemSettings(ConfluencePostmortemSettings confluencePostmortemSettings)
public PostmortemTemplateAttributesResponse content(String content)
public String getContent()
public void setContent(String content)
public PostmortemTemplateAttributesResponse createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public PostmortemTemplateAttributesResponse googleDocsPostmortemSettings(GoogleDocsPostmortemSettings googleDocsPostmortemSettings)
@Nullable public GoogleDocsPostmortemSettings getGoogleDocsPostmortemSettings()
location
is google_docs.public void setGoogleDocsPostmortemSettings(GoogleDocsPostmortemSettings googleDocsPostmortemSettings)
public PostmortemTemplateAttributesResponse isDefault(OffsetDateTime isDefault)
@Nullable public OffsetDateTime getIsDefault()
is_default timestamp.public void setIsDefault(OffsetDateTime isDefault)
public PostmortemTemplateAttributesResponse location(PostmortemTemplateLocation location)
public PostmortemTemplateLocation getLocation()
public void setLocation(PostmortemTemplateLocation location)
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.