public class DeleteIPStrategyRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteIPStrategyRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getServiceId()Get Unique service ID of the IP policy to be deleted. | 
| String | getStrategyId()Get Unique ID of the IP policy to be deleted. | 
| void | setServiceId(String ServiceId)Set Unique service ID of the IP policy to be deleted. | 
| void | setStrategyId(String StrategyId)Set Unique ID of the IP policy to be deleted. | 
| 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 deleted.public String getStrategyId()
public void setStrategyId(String StrategyId)
StrategyId - Unique ID of the IP policy to be deleted.Copyright © 2020. All rights reserved.