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