public class ListDashboardResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected List<Dashboard> |
dashboards |
protected int |
total |
| Constructor and Description |
|---|
ListDashboardResponse(Map<String,String> headers,
int count,
int total,
List<Dashboard> dashboards) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<Dashboard> |
getDashboards() |
int |
getTotal() |
void |
setCount(int count) |
void |
setDashboards(List<Dashboard> dashboards) |
void |
setTotal(int total) |
GetAllHeaders, GetHeader, GetRequestIdCopyright © 2025. All Rights Reserved.