public class BadRequestNotFoundErrorErrors extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BadRequestNotFoundErrorErrors.TypeEnum
Gets or Sets type
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MESSAGES |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
BadRequestNotFoundErrorErrors() |
| Modifier and Type | Method and Description |
|---|---|
BadRequestNotFoundErrorErrors |
addMessagesItem(String messagesItem) |
boolean |
equals(Object o) |
List<String> |
getMessages()
Get messages
|
BadRequestNotFoundErrorErrors.TypeEnum |
getType()
Get type
|
int |
hashCode() |
BadRequestNotFoundErrorErrors |
messages(List<String> messages) |
void |
setMessages(List<String> messages) |
void |
setType(BadRequestNotFoundErrorErrors.TypeEnum type) |
String |
toString() |
BadRequestNotFoundErrorErrors |
type(BadRequestNotFoundErrorErrors.TypeEnum type) |
public static final String SERIALIZED_NAME_MESSAGES
public static final String SERIALIZED_NAME_TYPE
public BadRequestNotFoundErrorErrors messages(List<String> messages)
public BadRequestNotFoundErrorErrors addMessagesItem(String messagesItem)
public BadRequestNotFoundErrorErrors type(BadRequestNotFoundErrorErrors.TypeEnum type)
public BadRequestNotFoundErrorErrors.TypeEnum getType()
public void setType(BadRequestNotFoundErrorErrors.TypeEnum type)
Copyright © 2020. All rights reserved.