public class ListCustompluginRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authToken |
String |
filter |
String |
filterType |
String |
pluginType |
String |
workspaceName |
| 构造器和说明 |
|---|
ListCustompluginRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListCustompluginRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getFilter() |
String |
getFilterType() |
String |
getPluginType() |
String |
getWorkspaceName() |
ListCustompluginRequest |
setAuthToken(String authToken) |
ListCustompluginRequest |
setFilter(String filter) |
ListCustompluginRequest |
setFilterType(String filterType) |
ListCustompluginRequest |
setPluginType(String pluginType) |
ListCustompluginRequest |
setWorkspaceName(String workspaceName) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="workspace_name") @Validation(required=true) public String workspaceName
@NameInMap(value="plugin_type") public String pluginType
@NameInMap(value="filter_type") public String filterType
@NameInMap(value="filter") public String filter
public static ListCustompluginRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListCustompluginRequest setAuthToken(String authToken)
public String getAuthToken()
public ListCustompluginRequest setWorkspaceName(String workspaceName)
public String getWorkspaceName()
public ListCustompluginRequest setPluginType(String pluginType)
public String getPluginType()
public ListCustompluginRequest setFilterType(String filterType)
public String getFilterType()
public ListCustompluginRequest setFilter(String filter)
public String getFilter()
Copyright © 2022. All rights reserved.