public class BadRequestNotFoundError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ERRORS |
static String |
SERIALIZED_NAME_STATUS_CODE |
| Constructor and Description |
|---|
BadRequestNotFoundError() |
| Modifier and Type | Method and Description |
|---|---|
BadRequestNotFoundError |
addErrorsItem(BadRequestNotFoundErrorErrors errorsItem) |
boolean |
equals(Object o) |
BadRequestNotFoundError |
errors(List<BadRequestNotFoundErrorErrors> errors) |
List<BadRequestNotFoundErrorErrors> |
getErrors()
Get errors
|
Integer |
getStatusCode()
Get statusCode
|
int |
hashCode() |
void |
setErrors(List<BadRequestNotFoundErrorErrors> errors) |
void |
setStatusCode(Integer statusCode) |
BadRequestNotFoundError |
statusCode(Integer statusCode) |
String |
toString() |
public static final String SERIALIZED_NAME_ERRORS
public static final String SERIALIZED_NAME_STATUS_CODE
public BadRequestNotFoundError errors(List<BadRequestNotFoundErrorErrors> errors)
public BadRequestNotFoundError addErrorsItem(BadRequestNotFoundErrorErrors errorsItem)
@Nullable public List<BadRequestNotFoundErrorErrors> getErrors()
public void setErrors(List<BadRequestNotFoundErrorErrors> errors)
public BadRequestNotFoundError statusCode(Integer statusCode)
public void setStatusCode(Integer statusCode)
Copyright © 2020. All rights reserved.