public class Status extends ModelObject
Modifier and Type | Field and Description |
---|---|
int |
level
Define the level
see FeedbackMessage#INFO etc. |
String |
message |
Constructor and Description |
---|
Status() |
Status(Status status) |
Status(String json) |
Status(String message,
int level) |
Modifier and Type | Method and Description |
---|---|
int |
getLevel() |
String |
getMessage() |
void |
setLevel(int level) |
void |
setMessage(String message) |
public String message
public int level
Copyright © 2018. All rights reserved.