public class UnBindIPStrategyRequest extends AbstractModel
| Constructor and Description | 
|---|
| UnBindIPStrategyRequest() | 
| UnBindIPStrategyRequest(UnBindIPStrategyRequest 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 | getEnvironmentName()Get Environment to be unbound. | 
| String | getServiceId()Get Unique ID of the service to be unbound. | 
| String | getStrategyId()Get Unique ID of the IP policy to be unbound. | 
| String[] | getUnBindApiIds()Get List of APIs to be unbound. | 
| void | setEnvironmentName(String EnvironmentName)Set Environment to be unbound. | 
| void | setServiceId(String ServiceId)Set Unique ID of the service to be unbound. | 
| void | setStrategyId(String StrategyId)Set Unique ID of the IP policy to be unbound. | 
| void | setUnBindApiIds(String[] UnBindApiIds)Set List of APIs to be unbound. | 
| 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 UnBindIPStrategyRequest()
public UnBindIPStrategyRequest(UnBindIPStrategyRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Unique ID of the service to be unbound.public String getStrategyId()
public void setStrategyId(String StrategyId)
StrategyId - Unique ID of the IP policy to be unbound.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - Environment to be unbound.public String[] getUnBindApiIds()
public void setUnBindApiIds(String[] UnBindApiIds)
UnBindApiIds - List of APIs to be unbound.Copyright © 2022. All rights reserved.