public class DescribeGuestClusterNamespacesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,?> |
nsLabels
The labels of the namespaces.
|
List<String> |
nsList
The names of the namespaces.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
DescribeGuestClusterNamespacesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeGuestClusterNamespacesResponseBody |
build(Map<String,?> map) |
Map<String,?> |
getNsLabels() |
List<String> |
getNsList() |
String |
getRequestId() |
DescribeGuestClusterNamespacesResponseBody |
setNsLabels(Map<String,?> nsLabels) |
DescribeGuestClusterNamespacesResponseBody |
setNsList(List<String> nsList) |
DescribeGuestClusterNamespacesResponseBody |
setRequestId(String requestId) |
@NameInMap(value="NsLabels") public Map<String,?> nsLabels
The labels of the namespaces. Labels are returned only when `ShowNsLabels` is set to `true`.
@NameInMap(value="RequestId") public String requestId
The request ID.
public DescribeGuestClusterNamespacesResponseBody()
public static DescribeGuestClusterNamespacesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeGuestClusterNamespacesResponseBody setNsLabels(Map<String,?> nsLabels)
public DescribeGuestClusterNamespacesResponseBody setNsList(List<String> nsList)
public DescribeGuestClusterNamespacesResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.