public class BindIPStrategyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BindIPStrategyRequest() | 
| BindIPStrategyRequest(BindIPStrategyRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BindIPStrategyRequest()
public BindIPStrategyRequest(BindIPStrategyRequest source)
public 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 © 2025. All rights reserved.