public class AjaxResponseBody<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
msg |
(package private) Collection<T> |
result |
| Constructor and Description |
|---|
AjaxResponseBody() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMsg() |
Collection<T> |
getResult() |
void |
setMsg(String msg) |
void |
setResult(Collection<T> result) |
String msg
Collection<T> result
public String getMsg()
public void setMsg(String msg)
public Collection<T> getResult()
public void setResult(Collection<T> result)
Copyright © 2025 JCloud. All rights reserved.