public class ResponseStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResponseStatus.Status |
| Constructor and Description |
|---|
ResponseStatus() |
ResponseStatus(String status,
String message,
String errorCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getMessage() |
String |
getStatus() |
void |
setErrorCode(String errorCode) |
void |
setMessage(String message) |
void |
setStatus(String status) |
String |
toString() |
Copyright © 2020 org.mydotey. All rights reserved.