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