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