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