public class ModifyDDoSPolicyRequest extends AbstractModel
Constructor and Description |
---|
ModifyDDoSPolicyRequest() |
ModifyDDoSPolicyRequest(ModifyDDoSPolicyRequest 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 |
---|---|
DdosRule |
getDdosRule()
Get DDoS防护配置详情。
|
Long |
getPolicyId()
Get 策略id。
|
String |
getZoneId()
Get 站点id。
|
void |
setDdosRule(DdosRule DdosRule)
Set DDoS防护配置详情。
|
void |
setPolicyId(Long PolicyId)
Set 策略id。
|
void |
setZoneId(String ZoneId)
Set 站点id。
|
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 ModifyDDoSPolicyRequest()
public ModifyDDoSPolicyRequest(ModifyDDoSPolicyRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略id。public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点id。public DdosRule getDdosRule()
public void setDdosRule(DdosRule DdosRule)
DdosRule
- DDoS防护配置详情。Copyright © 2022. All rights reserved.