public class AttachPluginRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiId
The number of the API to be bound.
|
String |
apiIds
The number of the API to be operated.
|
String |
groupId
The ID of the API group that contains the API to which the plug-in is to be bound.
|
String |
pluginId
The ID of the plug-in to be bound.
|
String |
securityToken |
String |
stageName
The name of the runtime environment.
|
| 构造器和说明 |
|---|
AttachPluginRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AttachPluginRequest |
build(Map<String,?> map) |
String |
getApiId() |
String |
getApiIds() |
String |
getGroupId() |
String |
getPluginId() |
String |
getSecurityToken() |
String |
getStageName() |
AttachPluginRequest |
setApiId(String apiId) |
AttachPluginRequest |
setApiIds(String apiIds) |
AttachPluginRequest |
setGroupId(String groupId) |
AttachPluginRequest |
setPluginId(String pluginId) |
AttachPluginRequest |
setSecurityToken(String securityToken) |
AttachPluginRequest |
setStageName(String stageName) |
@NameInMap(value="ApiId") public String apiId
The number of the API to be bound.
@NameInMap(value="ApiIds") public String apiIds
The number of the API to be operated. Separate multiple numbers with commas (,). A maximum of 100 numbers can be entered.
@NameInMap(value="GroupId") public String groupId
The ID of the API group that contains the API to which the plug-in is to be bound.
@NameInMap(value="PluginId") public String pluginId
The ID of the plug-in to be bound.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="StageName") public String stageName
The name of the runtime environment. Valid values:
* **RELEASE**
* **PRE: the pre-release environment**
* **TEST**
public static AttachPluginRequest build(Map<String,?> map) throws Exception
Exceptionpublic AttachPluginRequest setApiId(String apiId)
public String getApiId()
public AttachPluginRequest setApiIds(String apiIds)
public String getApiIds()
public AttachPluginRequest setGroupId(String groupId)
public String getGroupId()
public AttachPluginRequest setPluginId(String pluginId)
public String getPluginId()
public AttachPluginRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public AttachPluginRequest setStageName(String stageName)
public String getStageName()
Copyright © 2023. All rights reserved.