public class ListDataServiceAuthorizedApisRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiNameKeyword |
Integer |
pageNumber |
Integer |
pageSize |
Long |
projectId |
Long |
tenantId |
| 构造器和说明 |
|---|
ListDataServiceAuthorizedApisRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDataServiceAuthorizedApisRequest |
build(Map<String,?> map) |
String |
getApiNameKeyword() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Long |
getProjectId() |
Long |
getTenantId() |
ListDataServiceAuthorizedApisRequest |
setApiNameKeyword(String apiNameKeyword) |
ListDataServiceAuthorizedApisRequest |
setPageNumber(Integer pageNumber) |
ListDataServiceAuthorizedApisRequest |
setPageSize(Integer pageSize) |
ListDataServiceAuthorizedApisRequest |
setProjectId(Long projectId) |
ListDataServiceAuthorizedApisRequest |
setTenantId(Long tenantId) |
@NameInMap(value="ApiNameKeyword") public String apiNameKeyword
@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 ListDataServiceAuthorizedApisRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDataServiceAuthorizedApisRequest setApiNameKeyword(String apiNameKeyword)
public String getApiNameKeyword()
public ListDataServiceAuthorizedApisRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListDataServiceAuthorizedApisRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDataServiceAuthorizedApisRequest setProjectId(Long projectId)
public Long getProjectId()
public ListDataServiceAuthorizedApisRequest setTenantId(Long tenantId)
public Long getTenantId()
Copyright © 2021. All rights reserved.