public class Status extends Object
Constructor and Description |
---|
Status() |
Status(boolean success,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
boolean |
isSuccess() |
void |
setMessage(String message) |
void |
setSuccess(boolean success) |