public class DeleteIPStrategyRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 © 2025. All rights reserved.