@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConfluencePostmortemSettings extends Object
location is
confluence.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_PARENT_ID |
static String |
JSON_PROPERTY_SPACE_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
ConfluencePostmortemSettings() |
ConfluencePostmortemSettings(String accountId,
String spaceId) |
| Modifier and Type | Method and Description |
|---|---|
ConfluencePostmortemSettings |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this ConfluencePostmortemSettings object is equal to o.
|
String |
getAccountId()
The ID of the Confluence integration account.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getParentId_JsonNullable() |
String |
getParentId()
The ID of the parent Confluence page under which postmortems are created.
|
String |
getSpaceId()
The ID of the Confluence space where postmortems are created.
|
int |
hashCode() |
ConfluencePostmortemSettings |
parentId(String parentId) |
ConfluencePostmortemSettings |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountId(String accountId) |
void |
setParentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> parentId) |
void |
setParentId(String parentId) |
void |
setSpaceId(String spaceId) |
ConfluencePostmortemSettings |
spaceId(String spaceId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_PARENT_ID
public static final String JSON_PROPERTY_SPACE_ID
public ConfluencePostmortemSettings accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public ConfluencePostmortemSettings parentId(String parentId)
@Nullable public String getParentId()
public org.openapitools.jackson.nullable.JsonNullable<String> getParentId_JsonNullable()
public void setParentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> parentId)
public void setParentId(String parentId)
public ConfluencePostmortemSettings spaceId(String spaceId)
public String getSpaceId()
public void setSpaceId(String spaceId)
public ConfluencePostmortemSettings 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.