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