public class DeleteWebCCRuleV2Request
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website.
|
String |
owner
The source of the rule.
|
String |
ruleNames
The names of the rules that you want to delete.
|
| 构造器和说明 |
|---|
DeleteWebCCRuleV2Request() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteWebCCRuleV2Request |
build(Map<String,?> map) |
String |
getDomain() |
String |
getOwner() |
String |
getRuleNames() |
DeleteWebCCRuleV2Request |
setDomain(String domain) |
DeleteWebCCRuleV2Request |
setOwner(String owner) |
DeleteWebCCRuleV2Request |
setRuleNames(String ruleNames) |
@NameInMap(value="Domain") public String domain
The domain name of the website.
A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
This parameter is required.
example:@NameInMap(value="Owner") public String owner
The source of the rule. Valid values:
manual
@NameInMap(value="RuleNames") public String ruleNames
The names of the rules that you want to delete.
example:[\"trdsss\"]
public static DeleteWebCCRuleV2Request build(Map<String,?> map) throws Exception
Exceptionpublic DeleteWebCCRuleV2Request setDomain(String domain)
public String getDomain()
public DeleteWebCCRuleV2Request setOwner(String owner)
public String getOwner()
public DeleteWebCCRuleV2Request setRuleNames(String ruleNames)
public String getRuleNames()
Copyright © 2026. All rights reserved.