public class DeleteAccelerationDomainsRequest extends AbstractModel
Constructor and Description |
---|
DeleteAccelerationDomainsRequest() |
DeleteAccelerationDomainsRequest(DeleteAccelerationDomainsRequest 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[] |
getDomainNames()
Get List of accelerated domain names to be deleted.
|
Boolean |
getForce()
Get Whether to forcibly delete a domain name if it is associated with resources (such as alias domain names and traffic scheduling policies).
|
String |
getZoneId()
Get ID of the site related with the accelerated domain name.
|
void |
setDomainNames(String[] DomainNames)
Set List of accelerated domain names to be deleted.
|
void |
setForce(Boolean Force)
Set Whether to forcibly delete a domain name if it is associated with resources (such as alias domain names and traffic scheduling policies).
|
void |
setZoneId(String ZoneId)
Set ID of the site related with the accelerated domain name.
|
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 DeleteAccelerationDomainsRequest()
public DeleteAccelerationDomainsRequest(DeleteAccelerationDomainsRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site related with the accelerated domain name.public String[] getDomainNames()
public void setDomainNames(String[] DomainNames)
DomainNames
- List of accelerated domain names to be deleted.public Boolean getForce()
public void setForce(Boolean Force)
Force
- Whether to forcibly delete a domain name if it is associated with resources (such as alias domain names and traffic scheduling policies).
Copyright © 2023. All rights reserved.