public class ListDashboardResponse extends Response
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
count |
protected List<Dashboard> |
dashboards |
protected int |
total |
| 构造器和说明 |
|---|
ListDashboardResponse(Map<String,String> headers,
int count,
int total,
List<Dashboard> dashboards) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCount() |
List<Dashboard> |
getDashboards() |
int |
getTotal() |
void |
setCount(int count) |
void |
setDashboards(List<Dashboard> dashboards) |
void |
setTotal(int total) |
GetAllHeaders, GetHeader, GetRequestIdCopyright © 2020. All Rights Reserved.