| Package | Description |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.request | |
| com.aliyun.openservices.log.response |
| Modifier and Type | Method and Description |
|---|---|
protected Dashboard |
Client.ExtractDashboardFromResponse(com.alibaba.fastjson.JSONObject dict,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Dashboard> |
Client.ExtractDashboards(com.alibaba.fastjson.JSONObject object,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
UpdateDashboardRequest.getDashboard() |
Dashboard |
CreateDashboardRequest.getDashboard() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDashboardRequest.setDashboard(Dashboard dashboard) |
void |
CreateDashboardRequest.setDashboard(Dashboard dashboard) |
| Constructor and Description |
|---|
CreateDashboardRequest(String project,
Dashboard dashboard) |
UpdateDashboardRequest(String project,
Dashboard dashboard) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Dashboard> |
ListDashboardResponse.dashboards |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
GetDashboardResponse.getDashboard() |
| Modifier and Type | Method and Description |
|---|---|
List<Dashboard> |
ListDashboardResponse.getDashboards() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDashboardResponse.setDashboard(Dashboard dashboard) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDashboardResponse.setDashboards(List<Dashboard> dashboards) |
| Constructor and Description |
|---|
GetDashboardResponse(Map<String,String> headers,
Dashboard dashboard) |
| Constructor and Description |
|---|
ListDashboardResponse(Map<String,String> headers,
int count,
int total,
List<Dashboard> dashboards) |
Copyright © 2025. All Rights Reserved.