@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class UnauthorizedError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_MESSAGES |
| Constructor and Description |
|---|
UnauthorizedError() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage()
Get message
|
String |
getMessages()
Get messages
|
int |
hashCode() |
UnauthorizedError |
message(String message) |
UnauthorizedError |
messages(String messages) |
void |
setMessage(String message) |
void |
setMessages(String messages) |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MESSAGES
public UnauthorizedError message(String message)
public void setMessage(String message)
public UnauthorizedError messages(String messages)
public void setMessages(String messages)
Copyright © 2022. All rights reserved.