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