@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GoogleDocsPostmortemSettings extends Object
location is
google_docs.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_PARENT_FOLDER_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
GoogleDocsPostmortemSettings() |
GoogleDocsPostmortemSettings(String accountId,
String parentFolderId) |
| Modifier and Type | Method and Description |
|---|---|
GoogleDocsPostmortemSettings |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this GoogleDocsPostmortemSettings object is equal to o.
|
String |
getAccountId()
The ID of the Google Drive integration account.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getParentFolderId()
The ID of the Google Drive folder where postmortems are created.
|
int |
hashCode() |
GoogleDocsPostmortemSettings |
parentFolderId(String parentFolderId) |
GoogleDocsPostmortemSettings |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountId(String accountId) |
void |
setParentFolderId(String parentFolderId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_PARENT_FOLDER_ID
public GoogleDocsPostmortemSettings accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public GoogleDocsPostmortemSettings parentFolderId(String parentFolderId)
public String getParentFolderId()
public void setParentFolderId(String parentFolderId)
public GoogleDocsPostmortemSettings 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.