public class DeleteAccelerationDomainsRequest extends AbstractModel
header, skipSign| 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 需要删除的加速域名ID列表。 | 
| Boolean | getForce()Get 是否强制删除。当域名存在关联资源(如马甲域名、流量调度功能)时,是否强制删除该域名,取值有:
 true:删除该域名及所有关联资源;
 false:当该加速域名存在关联资源时,不允许删除。不填写,默认值为:false。 | 
| String | getZoneId()Get 加速域名所属站点ID。 | 
| void | setDomainNames(String[] DomainNames)Set 需要删除的加速域名ID列表。 | 
| void | setForce(Boolean Force)Set 是否强制删除。当域名存在关联资源(如马甲域名、流量调度功能)时,是否强制删除该域名,取值有:
 true:删除该域名及所有关联资源;
 false:当该加速域名存在关联资源时,不允许删除。不填写,默认值为:false。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteAccelerationDomainsRequest()
public DeleteAccelerationDomainsRequest(DeleteAccelerationDomainsRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 加速域名所属站点ID。public String[] getDomainNames()
public void setDomainNames(String[] DomainNames)
DomainNames - 需要删除的加速域名ID列表。public Boolean getForce()
public void setForce(Boolean Force)
Force - 是否强制删除。当域名存在关联资源(如马甲域名、流量调度功能)时,是否强制删除该域名,取值有:
Copyright © 2025. All rights reserved.