@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DowntimeRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_MONITOR |
boolean |
unparsed |
| Constructor and Description |
|---|
DowntimeRelationships() |
| Modifier and Type | Method and Description |
|---|---|
DowntimeRelationships |
createdBy(DowntimeRelationshipsCreatedBy createdBy) |
boolean |
equals(Object o)
Return true if this DowntimeRelationships 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.
|
DowntimeRelationshipsCreatedBy |
getCreatedBy()
The user who created the downtime.
|
DowntimeRelationshipsMonitor |
getMonitor()
The monitor identified by the downtime.
|
int |
hashCode() |
DowntimeRelationships |
monitor(DowntimeRelationshipsMonitor monitor) |
DowntimeRelationships |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedBy(DowntimeRelationshipsCreatedBy createdBy) |
void |
setMonitor(DowntimeRelationshipsMonitor monitor) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_MONITOR
public DowntimeRelationships createdBy(DowntimeRelationshipsCreatedBy createdBy)
@Nullable public DowntimeRelationshipsCreatedBy getCreatedBy()
public void setCreatedBy(DowntimeRelationshipsCreatedBy createdBy)
public DowntimeRelationships monitor(DowntimeRelationshipsMonitor monitor)
@Nullable public DowntimeRelationshipsMonitor getMonitor()
public void setMonitor(DowntimeRelationshipsMonitor monitor)
public DowntimeRelationships 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.