public class BindIPStrategyRequest extends AbstractModel
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 © 2022. All rights reserved.