public class DescribeWebCacheConfigsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
domains
An array consisting of domain names for which you want to query the Static Page Caching configurations.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
| 构造器和说明 |
|---|
DescribeWebCacheConfigsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeWebCacheConfigsRequest |
build(Map<String,?> map) |
List<String> |
getDomains() |
String |
getResourceGroupId() |
DescribeWebCacheConfigsRequest |
setDomains(List<String> domains) |
DescribeWebCacheConfigsRequest |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="Domains") public List<String> domains
An array consisting of domain names for which you want to query the Static Page Caching configurations.
This parameter is required.
example:@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
If you do not configure this parameter, the instance belongs to the default resource group.
example:rg-acfm2pz25js****
public static DescribeWebCacheConfigsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeWebCacheConfigsRequest setDomains(List<String> domains)
public DescribeWebCacheConfigsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2026. All rights reserved.