@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CheckCanDeleteMonitorResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OK |
boolean |
unparsed |
| Constructor and Description |
|---|
CheckCanDeleteMonitorResponseData() |
| Modifier and Type | Method and Description |
|---|---|
CheckCanDeleteMonitorResponseData |
addOkItem(Long okItem) |
boolean |
equals(Object o)
Return true if this CheckCanDeleteMonitorResponseData object is equal to o.
|
List<Long> |
getOk()
An array of of Monitor IDs that can be safely deleted.
|
int |
hashCode() |
CheckCanDeleteMonitorResponseData |
ok(List<Long> ok) |
void |
setOk(List<Long> ok) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_OK
public CheckCanDeleteMonitorResponseData ok(List<Long> ok)
public CheckCanDeleteMonitorResponseData addOkItem(Long okItem)
@Nullable public List<Long> getOk()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.