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