public class SetTrafficControlApisRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiIds
The API ID for the specified operation.
|
String |
groupId
The ID of the API group containing the APIs to which you want to bind a specified throttling policy.
|
String |
securityToken |
String |
stageName
The name of the runtime environment.
|
String |
trafficControlId
The ID of the throttling policy.
|
| 构造器和说明 |
|---|
SetTrafficControlApisRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetTrafficControlApisRequest |
build(Map<String,?> map) |
String |
getApiIds() |
String |
getGroupId() |
String |
getSecurityToken() |
String |
getStageName() |
String |
getTrafficControlId() |
SetTrafficControlApisRequest |
setApiIds(String apiIds) |
SetTrafficControlApisRequest |
setGroupId(String groupId) |
SetTrafficControlApisRequest |
setSecurityToken(String securityToken) |
SetTrafficControlApisRequest |
setStageName(String stageName) |
SetTrafficControlApisRequest |
setTrafficControlId(String trafficControlId) |
@NameInMap(value="ApiIds") public String apiIds
The API ID for the specified operation. 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 to which you want to bind 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.
public static SetTrafficControlApisRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetTrafficControlApisRequest setApiIds(String apiIds)
public String getApiIds()
public SetTrafficControlApisRequest setGroupId(String groupId)
public String getGroupId()
public SetTrafficControlApisRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public SetTrafficControlApisRequest setStageName(String stageName)
public String getStageName()
public SetTrafficControlApisRequest setTrafficControlId(String trafficControlId)
public String getTrafficControlId()
Copyright © 2023. All rights reserved.