public class DescribeProjectMetaRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
labels
The tags.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
| 构造器和说明 |
|---|
DescribeProjectMetaRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeProjectMetaRequest |
build(Map<String,?> map) |
String |
getLabels() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
DescribeProjectMetaRequest |
setLabels(String labels) |
DescribeProjectMetaRequest |
setPageNumber(Integer pageNumber) |
DescribeProjectMetaRequest |
setPageSize(Integer pageSize) |
@NameInMap(value="Labels") public String labels
The tags. Tags are used to filter services.
You can filter services only by the tag whose `name` is `product`. Example: {"name":"product","value":"ECS"}.
> We recommend that you do not use the special tags in the CloudMonitor console.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number.
Valid values: 1 to 100.
Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page.
Valid values: 1 to 10000.
Default value: 30.
> The value of this parameter is not limited. You can view a large number of entries per page.
public static DescribeProjectMetaRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeProjectMetaRequest setLabels(String labels)
public String getLabels()
public DescribeProjectMetaRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeProjectMetaRequest setPageSize(Integer pageSize)
public Integer getPageSize()
Copyright © 2024. All rights reserved.