@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SLOHistoryResponseError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERROR |
boolean |
unparsed |
| Constructor and Description |
|---|
SLOHistoryResponseError() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SLOHistoryResponseError object is equal to o.
|
SLOHistoryResponseError |
error(String error) |
String |
getError()
Human readable error.
|
int |
hashCode() |
void |
setError(String error) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ERROR
public SLOHistoryResponseError error(String error)
@Nullable public String getError()
public void setError(String error)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.