@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SLOBulkDeleteError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_TIMEFRAME |
boolean |
unparsed |
| Constructor and Description |
|---|
SLOBulkDeleteError() |
SLOBulkDeleteError(String id,
String message,
SLOErrorTimeframe timeframe) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SLOBulkDeleteError 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.
|
String |
getId()
The ID of the service level objective object associated with this error.
|
String |
getMessage()
The error message.
|
SLOErrorTimeframe |
getTimeframe()
The timeframe of the threshold associated with this error or "all" if all thresholds are
affected.
|
int |
hashCode() |
SLOBulkDeleteError |
id(String id) |
SLOBulkDeleteError |
message(String message) |
SLOBulkDeleteError |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setId(String id) |
void |
setMessage(String message) |
void |
setTimeframe(SLOErrorTimeframe timeframe) |
SLOBulkDeleteError |
timeframe(SLOErrorTimeframe timeframe) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_TIMEFRAME
public SLOBulkDeleteError()
public SLOBulkDeleteError(String id, String message, SLOErrorTimeframe timeframe)
public SLOBulkDeleteError id(String id)
public String getId()
public void setId(String id)
public SLOBulkDeleteError message(String message)
public String getMessage()
public void setMessage(String message)
public SLOBulkDeleteError timeframe(SLOErrorTimeframe timeframe)
public SLOErrorTimeframe getTimeframe()
public void setTimeframe(SLOErrorTimeframe timeframe)
public SLOBulkDeleteError 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.