public class BindIPStrategyRequest extends AbstractModel
| Constructor and Description | 
|---|
| BindIPStrategyRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getBindApiIds()Get List of APIs to be bound to IP policy. | 
| String | getEnvironmentName()Get Environment to be bound to IP policy. | 
| String | getServiceId()Get Unique service ID of the IP policy to be bound. | 
| String | getStrategyId()Get Unique ID of the IP policy to be bound. | 
| void | setBindApiIds(String[] BindApiIds)Set List of APIs to be bound to IP policy. | 
| void | setEnvironmentName(String EnvironmentName)Set Environment to be bound to IP policy. | 
| void | setServiceId(String ServiceId)Set Unique service ID of the IP policy to be bound. | 
| void | setStrategyId(String StrategyId)Set Unique ID of the IP policy to be bound. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Unique service ID of the IP policy to be bound.public String getStrategyId()
public void setStrategyId(String StrategyId)
StrategyId - Unique ID of the IP policy to be bound.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - Environment to be bound to IP policy.public String[] getBindApiIds()
public void setBindApiIds(String[] BindApiIds)
BindApiIds - List of APIs to be bound to IP policy.Copyright © 2020. All rights reserved.