public class ModifyDDoSPolicyHostRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyDDoSPolicyHostRequest()  | 
ModifyDDoSPolicyHostRequest(ModifyDDoSPolicyHostRequest 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 | 
getAccelerateType()
Get Whether to enable content acceleration. 
 | 
String | 
getHost()
Get Second-level domain name 
 | 
Long | 
getPolicyId()
Get Policy ID 
 | 
String | 
getSecurityType()
Get Whether to enable security protection. 
 | 
String | 
getZoneId()
Get Site ID 
 | 
void | 
setAccelerateType(String AccelerateType)
Set Whether to enable content acceleration. 
 | 
void | 
setHost(String Host)
Set Second-level domain name 
 | 
void | 
setPolicyId(Long PolicyId)
Set Policy ID 
 | 
void | 
setSecurityType(String SecurityType)
Set Whether to enable security protection. 
 | 
void | 
setZoneId(String ZoneId)
Set Site ID 
 | 
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 ModifyDDoSPolicyHostRequest()
public ModifyDDoSPolicyHostRequest(ModifyDDoSPolicyHostRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Site IDpublic String getHost()
public void setHost(String Host)
Host - Second-level domain namepublic String getAccelerateType()
public void setAccelerateType(String AccelerateType)
AccelerateType - Whether to enable content acceleration. Values: `on` (enable content acceleration), and `off` (disable content acceleration). It can be used together with `SecurityType`.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - Policy IDpublic String getSecurityType()
public void setSecurityType(String SecurityType)
SecurityType - Whether to enable security protection. Values: `on` (enable security protection) and `off` (disable security protection). It can be used together with `AccelerateType`.Copyright © 2025. All rights reserved.