public class DescribeGuestClusterAccessLogDashboardsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeGuestClusterAccessLogDashboardsResponse.DashboardsItem |
| Constructor and Description |
|---|
DescribeGuestClusterAccessLogDashboardsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkShowJsonItemName() |
List<DescribeGuestClusterAccessLogDashboardsResponse.DashboardsItem> |
getDashboards() |
DescribeGuestClusterAccessLogDashboardsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getK8sClusterId() |
String |
getRequestId() |
void |
setDashboards(List<DescribeGuestClusterAccessLogDashboardsResponse.DashboardsItem> dashboards) |
void |
setK8sClusterId(String k8sClusterId) |
void |
setRequestId(String requestId) |
public DescribeGuestClusterAccessLogDashboardsResponse()
public String getRequestId()
public void setRequestId(String requestId)
public String getK8sClusterId()
public void setK8sClusterId(String k8sClusterId)
public List<DescribeGuestClusterAccessLogDashboardsResponse.DashboardsItem> getDashboards()
public void setDashboards(List<DescribeGuestClusterAccessLogDashboardsResponse.DashboardsItem> dashboards)
public DescribeGuestClusterAccessLogDashboardsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.