@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class APIErrorResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERRORS |
boolean |
unparsed |
| Constructor and Description |
|---|
APIErrorResponse() |
APIErrorResponse(List<String> errors) |
| Modifier and Type | Method and Description |
|---|---|
APIErrorResponse |
addErrorsItem(String errorsItem) |
boolean |
equals(Object o)
Return true if this APIErrorResponse object is equal to o.
|
APIErrorResponse |
errors(List<String> errors) |
List<String> |
getErrors()
A list of errors.
|
int |
hashCode() |
void |
setErrors(List<String> errors) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ERRORS
public APIErrorResponse errors(List<String> errors)
public APIErrorResponse addErrorsItem(String errorsItem)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.