public static final class ListDashboardsResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListDashboardsResponseBody |
build() |
ListDashboardsResponseBody.Builder |
dashboardVos(List<ListDashboardsResponseBody.DashboardVos> dashboardVos)
The information about the Grafana dashboard.
|
ListDashboardsResponseBody.Builder |
environmentId(String environmentId)
The environment ID.
|
ListDashboardsResponseBody.Builder |
grafanaServiceOpened(String grafanaServiceOpened)
Whether to enable Grafana service.
|
ListDashboardsResponseBody.Builder |
prometheusServiceOpened(String prometheusServiceOpened)
Whether or not to turn on Prometheus service.
|
ListDashboardsResponseBody.Builder |
requestId(String requestId)
The request ID.
|
public ListDashboardsResponseBody.Builder dashboardVos(List<ListDashboardsResponseBody.DashboardVos> dashboardVos)
public ListDashboardsResponseBody.Builder environmentId(String environmentId)
public ListDashboardsResponseBody.Builder grafanaServiceOpened(String grafanaServiceOpened)
public ListDashboardsResponseBody.Builder prometheusServiceOpened(String prometheusServiceOpened)
public ListDashboardsResponseBody.Builder requestId(String requestId)
public ListDashboardsResponseBody build()
Copyright © 2024. All rights reserved.