public class QueryCustompluginRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authToken |
Long |
currentPage |
Long |
pageSize |
Long |
parentFolderId |
String |
pluginType |
String |
workspaceName |
| 构造器和说明 |
|---|
QueryCustompluginRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryCustompluginRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
Long |
getCurrentPage() |
Long |
getPageSize() |
Long |
getParentFolderId() |
String |
getPluginType() |
String |
getWorkspaceName() |
QueryCustompluginRequest |
setAuthToken(String authToken) |
QueryCustompluginRequest |
setCurrentPage(Long currentPage) |
QueryCustompluginRequest |
setPageSize(Long pageSize) |
QueryCustompluginRequest |
setParentFolderId(Long parentFolderId) |
QueryCustompluginRequest |
setPluginType(String pluginType) |
QueryCustompluginRequest |
setWorkspaceName(String workspaceName) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="workspace_name") @Validation(required=true) public String workspaceName
@NameInMap(value="parent_folder_id") @Validation(required=true) public Long parentFolderId
@NameInMap(value="plugin_type") public String pluginType
@NameInMap(value="current_page") public Long currentPage
@NameInMap(value="page_size") public Long pageSize
public static QueryCustompluginRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryCustompluginRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryCustompluginRequest setWorkspaceName(String workspaceName)
public String getWorkspaceName()
public QueryCustompluginRequest setParentFolderId(Long parentFolderId)
public Long getParentFolderId()
public QueryCustompluginRequest setPluginType(String pluginType)
public String getPluginType()
public QueryCustompluginRequest setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QueryCustompluginRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2022. All rights reserved.