public class DDoSApplication extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DDoSApplication()  | 
DDoSApplication(DDoSApplication 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 Site acceleration switch. 
 | 
String | 
getHost()
Get Second-level domain name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getSecurityType()
Get Security acceleration switch. 
 | 
String | 
getStatus()
Get Status of the domain name
`init`: NS to be switched
`offline`: Site acceleration not enabled with DNS
`process`: Deployment in progress
`online`: Normal
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setAccelerateType(String AccelerateType)
Set Site acceleration switch. 
 | 
void | 
setHost(String Host)
Set Second-level domain name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setSecurityType(String SecurityType)
Set Security acceleration switch. 
 | 
void | 
setStatus(String Status)
Set Status of the domain name
`init`: NS to be switched
`offline`: Site acceleration not enabled with DNS
`process`: Deployment in progress
`online`: Normal
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
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 DDoSApplication()
public DDoSApplication(DDoSApplication source)
public String getHost()
public void setHost(String Host)
Host - Second-level domain name
Note: This field may return `null`, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Status of the domain name
`init`: NS to be switched
`offline`: Site acceleration not enabled with DNS
`process`: Deployment in progress
`online`: Normal
Note: This field may return `null`, indicating that no valid value can be obtained.public String getAccelerateType()
public void setAccelerateType(String AccelerateType)
AccelerateType - Site acceleration switch. `on`: Enable site acceleration; `off`: Disable site acceleration. This field can be used together with `SecurityType`.
Note: This field may return `null`, indicating that no valid value can be obtained.public String getSecurityType()
public void setSecurityType(String SecurityType)
SecurityType - Security acceleration switch. `on`: Enable site acceleration; `off`: Disable site acceleration. This field can be used together with `AccelerateType`.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.