public class Status extends Object
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
Error[] |
getErrors() |
String |
getMessage() |
String |
getStatusCode() |
void |
setErrors(Error[] errors) |
void |
setMessage(String message)
Set an optional message describing the status
|
void |
setStatusCode(String statusCode) |
public Error[] getErrors()
public void setErrors(Error[] errors)
errors - the errors to setpublic String getMessage()
public void setMessage(String message)
message - the message to setpublic String getStatusCode()
public void setStatusCode(String statusCode)
statusCode - the statusCode to setCopyright © 2019 Communote team. All rights reserved.