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