public class JsTreeResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
message |
protected boolean |
status
true for success, false for failure.
|
| Constructor and Description |
|---|
JsTreeResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getMessage() |
boolean |
getStatus() |
boolean |
isStatus() |
void |
setId(String id) |
void |
setMessage(String message) |
void |
setStatus(boolean status) |
Copyright © 2014. All Rights Reserved.