public class ListDashboardsResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListDashboardsResponse.DashboardVosItem |
| 构造器和说明 |
|---|
ListDashboardsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkShowJsonItemName() |
List<ListDashboardsResponse.DashboardVosItem> |
getDashboardVos() |
String |
getEnvironmentId() |
String |
getGrafanaServiceOpened() |
ListDashboardsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getPrometheusServiceOpened() |
String |
getRequestId() |
void |
setDashboardVos(List<ListDashboardsResponse.DashboardVosItem> dashboardVos) |
void |
setEnvironmentId(String environmentId) |
void |
setGrafanaServiceOpened(String grafanaServiceOpened) |
void |
setPrometheusServiceOpened(String prometheusServiceOpened) |
void |
setRequestId(String requestId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getPrometheusServiceOpened()
public void setPrometheusServiceOpened(String prometheusServiceOpened)
public String getEnvironmentId()
public void setEnvironmentId(String environmentId)
public String getGrafanaServiceOpened()
public void setGrafanaServiceOpened(String grafanaServiceOpened)
public List<ListDashboardsResponse.DashboardVosItem> getDashboardVos()
public void setDashboardVos(List<ListDashboardsResponse.DashboardVosItem> dashboardVos)
public ListDashboardsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName 在类中 com.aliyuncs.AcsResponseCopyright © 2024. All Rights Reserved.