public class RemoveIpControlApisRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiIds
The ID of the API to be managed.
|
String |
groupId
The ID of the API group containing the API to be managed.
|
String |
ipControlId
The ID of the ACL.
|
String |
securityToken |
String |
stageName
The name of the runtime environment.
|
| 构造器和说明 |
|---|
RemoveIpControlApisRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RemoveIpControlApisRequest |
build(Map<String,?> map) |
String |
getApiIds() |
String |
getGroupId() |
String |
getIpControlId() |
String |
getSecurityToken() |
String |
getStageName() |
RemoveIpControlApisRequest |
setApiIds(String apiIds) |
RemoveIpControlApisRequest |
setGroupId(String groupId) |
RemoveIpControlApisRequest |
setIpControlId(String ipControlId) |
RemoveIpControlApisRequest |
setSecurityToken(String securityToken) |
RemoveIpControlApisRequest |
setStageName(String stageName) |
@NameInMap(value="ApiIds") public String apiIds
The ID of the API to be managed.
* If this parameter is not specified, all APIs of the API group are unbound in the specified environment by default.
* The IDs of the APIs that you want to query. Separate multiple IDs with commas (,). A maximum of 100 IDs can be entered.
@NameInMap(value="GroupId") public String groupId
The ID of the API group containing the API to be managed.
@NameInMap(value="IpControlId") public String ipControlId
The ID of the ACL.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="StageName") public String stageName
The name of the runtime environment. Valid values:
* **RELEASE**
* **TEST**
public static RemoveIpControlApisRequest build(Map<String,?> map) throws Exception
Exceptionpublic RemoveIpControlApisRequest setApiIds(String apiIds)
public String getApiIds()
public RemoveIpControlApisRequest setGroupId(String groupId)
public String getGroupId()
public RemoveIpControlApisRequest setIpControlId(String ipControlId)
public String getIpControlId()
public RemoveIpControlApisRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public RemoveIpControlApisRequest setStageName(String stageName)
public String getStageName()
Copyright © 2023. All rights reserved.