public class SimpleListResponse
extends java.lang.Object
| Constructor and Description |
|---|
SimpleListResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.util.List |
getData() |
void |
setCode(int code) |
void |
setData(java.util.List data) |