public static class DescribeWebCacheConfigsResponseBody.DescribeWebCacheConfigsResponseBodyDomainCacheConfigsCustomRules
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
cacheTtl
The expiration time of the page cache.
|
String |
mode
The cache mode.
|
String |
name
The name of the rule.
|
String |
uri
The path to the cached page.
|
| 构造器和说明 |
|---|
DescribeWebCacheConfigsResponseBodyDomainCacheConfigsCustomRules() |
@NameInMap(value="CacheTtl") public Long cacheTtl
The expiration time of the page cache. Unit: seconds.
example:86400
@NameInMap(value="Mode") public String mode
The cache mode. Valid values:
standard
@NameInMap(value="Name") public String name
The name of the rule.
example:c1
@NameInMap(value="Uri") public String uri
The path to the cached page.
example:/blog/
public DescribeWebCacheConfigsResponseBodyDomainCacheConfigsCustomRules()
public static DescribeWebCacheConfigsResponseBody.DescribeWebCacheConfigsResponseBodyDomainCacheConfigsCustomRules build(Map<String,?> map) throws Exception
Exceptionpublic DescribeWebCacheConfigsResponseBody.DescribeWebCacheConfigsResponseBodyDomainCacheConfigsCustomRules setCacheTtl(Long cacheTtl)
public Long getCacheTtl()
public DescribeWebCacheConfigsResponseBody.DescribeWebCacheConfigsResponseBodyDomainCacheConfigsCustomRules setMode(String mode)
public String getMode()
public DescribeWebCacheConfigsResponseBody.DescribeWebCacheConfigsResponseBodyDomainCacheConfigsCustomRules setName(String name)
public String getName()
public DescribeWebCacheConfigsResponseBody.DescribeWebCacheConfigsResponseBodyDomainCacheConfigsCustomRules setUri(String uri)
public String getUri()
Copyright © 2026. All rights reserved.