@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SLOBulkDeleteResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DELETED |
static String |
JSON_PROPERTY_UPDATED |
boolean |
unparsed |
| Constructor and Description |
|---|
SLOBulkDeleteResponseData() |
| Modifier and Type | Method and Description |
|---|---|
SLOBulkDeleteResponseData |
addDeletedItem(String deletedItem) |
SLOBulkDeleteResponseData |
addUpdatedItem(String updatedItem) |
SLOBulkDeleteResponseData |
deleted(List<String> deleted) |
boolean |
equals(Object o)
Return true if this SLOBulkDeleteResponseData 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.
|
List<String> |
getDeleted()
An array of service level objective object IDs that indicates which objects that were
completely deleted.
|
List<String> |
getUpdated()
An array of service level objective object IDs that indicates which objects that were modified
(objects for which at least one threshold was deleted, but that were not completely deleted).
|
int |
hashCode() |
SLOBulkDeleteResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDeleted(List<String> deleted) |
void |
setUpdated(List<String> updated) |
String |
toString() |
SLOBulkDeleteResponseData |
updated(List<String> updated) |
public boolean unparsed
public static final String JSON_PROPERTY_DELETED
public static final String JSON_PROPERTY_UPDATED
public SLOBulkDeleteResponseData deleted(List<String> deleted)
public SLOBulkDeleteResponseData addDeletedItem(String deletedItem)
@Nullable public List<String> getDeleted()
public SLOBulkDeleteResponseData updated(List<String> updated)
public SLOBulkDeleteResponseData addUpdatedItem(String updatedItem)
@Nullable public List<String> getUpdated()
public SLOBulkDeleteResponseData 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 © 2024. All rights reserved.