public class DescribeWebCCRulesV2Request
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website that you want to add to the Anti-DDoS Proxy instance for protection.
|
String |
offset
The number of entries that you want the system to skip before the system returns entries.
|
String |
owner
The method used to create the rule.
|
String |
pageSize
The number of entries per page.
|
| 构造器和说明 |
|---|
DescribeWebCCRulesV2Request() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeWebCCRulesV2Request |
build(Map<String,?> map) |
String |
getDomain() |
String |
getOffset() |
String |
getOwner() |
String |
getPageSize() |
DescribeWebCCRulesV2Request |
setDomain(String domain) |
DescribeWebCCRulesV2Request |
setOffset(String offset) |
DescribeWebCCRulesV2Request |
setOwner(String owner) |
DescribeWebCCRulesV2Request |
setPageSize(String pageSize) |
@NameInMap(value="Domain") public String domain
The domain name of the website that you want to add to the Anti-DDoS Proxy instance for protection.
example:example.com
@NameInMap(value="Offset") public String offset
The number of entries that you want the system to skip before the system returns entries. Default value: 0.
example:0
@NameInMap(value="Owner") public String owner
The method used to create the rule. Valid values:
manual
@NameInMap(value="PageSize") public String pageSize
The number of entries per page. Maximum value: 20. Default value: 20.
example:20
public static DescribeWebCCRulesV2Request build(Map<String,?> map) throws Exception
Exceptionpublic DescribeWebCCRulesV2Request setDomain(String domain)
public String getDomain()
public DescribeWebCCRulesV2Request setOffset(String offset)
public String getOffset()
public DescribeWebCCRulesV2Request setOwner(String owner)
public String getOwner()
public DescribeWebCCRulesV2Request setPageSize(String pageSize)
public String getPageSize()
Copyright © 2026. All rights reserved.