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