public static class DescribeClusterGrafanaResponseBody.DescribeClusterGrafanaResponseBodyDashboards
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
title
The title of the Grafana dashboard.
|
String |
url
The endpoint of a Grafana dashboard.
|
| 构造器和说明 |
|---|
DescribeClusterGrafanaResponseBodyDashboards() |
@NameInMap(value="Title") public String title
The title of the Grafana dashboard.
@NameInMap(value="Url") public String url
The endpoint of a Grafana dashboard.
public DescribeClusterGrafanaResponseBodyDashboards()
public static DescribeClusterGrafanaResponseBody.DescribeClusterGrafanaResponseBodyDashboards build(Map<String,?> map) throws Exception
Exceptionpublic DescribeClusterGrafanaResponseBody.DescribeClusterGrafanaResponseBodyDashboards setTitle(String title)
public String getTitle()
public DescribeClusterGrafanaResponseBody.DescribeClusterGrafanaResponseBodyDashboards setUrl(String url)
public String getUrl()
Copyright © 2023. All rights reserved.