@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeletedMonitor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DELETED_MONITOR_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
DeletedMonitor() |
| Modifier and Type | Method and Description |
|---|---|
DeletedMonitor |
deletedMonitorId(Long deletedMonitorId) |
boolean |
equals(Object o)
Return true if this DeletedMonitor object is equal to o.
|
Long |
getDeletedMonitorId()
ID of the deleted monitor.
|
int |
hashCode() |
void |
setDeletedMonitorId(Long deletedMonitorId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DELETED_MONITOR_ID
public DeletedMonitor deletedMonitorId(Long deletedMonitorId)
@Nullable public Long getDeletedMonitorId()
public void setDeletedMonitorId(Long deletedMonitorId)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.