@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CanceledDowntimesIds extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CANCELLED_IDS |
boolean |
unparsed |
| Constructor and Description |
|---|
CanceledDowntimesIds() |
| Modifier and Type | Method and Description |
|---|---|
CanceledDowntimesIds |
addCancelledIdsItem(Long cancelledIdsItem) |
CanceledDowntimesIds |
cancelledIds(List<Long> cancelledIds) |
boolean |
equals(Object o)
Return true if this CanceledDowntimesIds object is equal to o.
|
List<Long> |
getCancelledIds()
ID of downtimes that were canceled.
|
int |
hashCode() |
void |
setCancelledIds(List<Long> cancelledIds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CANCELLED_IDS
public CanceledDowntimesIds cancelledIds(List<Long> cancelledIds)
public CanceledDowntimesIds addCancelledIdsItem(Long cancelledIdsItem)
@Nullable public List<Long> getCancelledIds()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.