public class DeleteIPStrategyRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteIPStrategyRequest() | 
| DeleteIPStrategyRequest(DeleteIPStrategyRequest 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 | 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 DeleteIPStrategyRequest()
public DeleteIPStrategyRequest(DeleteIPStrategyRequest source)
public 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 © 2022. All rights reserved.