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