public class ListDataServiceGroupsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupNameKeyword |
Integer |
pageNumber |
Integer |
pageSize |
Long |
projectId |
Long |
tenantId |
| 构造器和说明 |
|---|
ListDataServiceGroupsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDataServiceGroupsRequest |
build(Map<String,?> map) |
String |
getGroupNameKeyword() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Long |
getProjectId() |
Long |
getTenantId() |
ListDataServiceGroupsRequest |
setGroupNameKeyword(String groupNameKeyword) |
ListDataServiceGroupsRequest |
setPageNumber(Integer pageNumber) |
ListDataServiceGroupsRequest |
setPageSize(Integer pageSize) |
ListDataServiceGroupsRequest |
setProjectId(Long projectId) |
ListDataServiceGroupsRequest |
setTenantId(Long tenantId) |
@NameInMap(value="GroupNameKeyword") public String groupNameKeyword
@NameInMap(value="PageNumber") public Integer pageNumber
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="TenantId") public Long tenantId
public static ListDataServiceGroupsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDataServiceGroupsRequest setGroupNameKeyword(String groupNameKeyword)
public String getGroupNameKeyword()
public ListDataServiceGroupsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListDataServiceGroupsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDataServiceGroupsRequest setProjectId(Long projectId)
public Long getProjectId()
public ListDataServiceGroupsRequest setTenantId(Long tenantId)
public Long getTenantId()
Copyright © 2021. All rights reserved.