public class DescribeHybridMonitorNamespaceListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
keyword
The keyword that is used to search for namespaces.
|
String |
namespace
The name of the namespace.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId |
Boolean |
showTaskStatistic
Specifies whether to return the configuration details of metric import tasks for Alibaba Cloud services and the number of metric import tasks for third-party services.
|
| 构造器和说明 |
|---|
DescribeHybridMonitorNamespaceListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeHybridMonitorNamespaceListRequest |
build(Map<String,?> map) |
String |
getKeyword() |
String |
getNamespace() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
Boolean |
getShowTaskStatistic() |
DescribeHybridMonitorNamespaceListRequest |
setKeyword(String keyword) |
DescribeHybridMonitorNamespaceListRequest |
setNamespace(String namespace) |
DescribeHybridMonitorNamespaceListRequest |
setPageNumber(Integer pageNumber) |
DescribeHybridMonitorNamespaceListRequest |
setPageSize(Integer pageSize) |
DescribeHybridMonitorNamespaceListRequest |
setRegionId(String regionId) |
DescribeHybridMonitorNamespaceListRequest |
setShowTaskStatistic(Boolean showTaskStatistic) |
@NameInMap(value="Keyword") public String keyword
The keyword that is used to search for namespaces.
@NameInMap(value="Namespace") public String namespace
The name of the namespace.
The name can contain uppercase letters, lowercase letters, digits, and hyphens (-).
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
Pages start from page 1. Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
A minimum of 1 entry can be returned on each page. Default value: 10.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ShowTaskStatistic") public Boolean showTaskStatistic
Specifies whether to return the configuration details of metric import tasks for Alibaba Cloud services and the number of metric import tasks for third-party services. Valid values:
* true
* false (default value)
public DescribeHybridMonitorNamespaceListRequest()
public static DescribeHybridMonitorNamespaceListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeHybridMonitorNamespaceListRequest setKeyword(String keyword)
public String getKeyword()
public DescribeHybridMonitorNamespaceListRequest setNamespace(String namespace)
public String getNamespace()
public DescribeHybridMonitorNamespaceListRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeHybridMonitorNamespaceListRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeHybridMonitorNamespaceListRequest setRegionId(String regionId)
public String getRegionId()
public DescribeHybridMonitorNamespaceListRequest setShowTaskStatistic(Boolean showTaskStatistic)
public Boolean getShowTaskStatistic()
Copyright © 2024. All rights reserved.