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