public class ModifyOcspStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name for which you want to configure the Static Page Caching policy.
|
Integer |
enable
Specifies whether to enable the OCSP feature.
|
| 构造器和说明 |
|---|
ModifyOcspStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyOcspStatusRequest |
build(Map<String,?> map) |
String |
getDomain() |
Integer |
getEnable() |
ModifyOcspStatusRequest |
setDomain(String domain) |
ModifyOcspStatusRequest |
setEnable(Integer enable) |
@NameInMap(value="Domain") public String domain
The domain name for which you want to configure the Static Page Caching policy.
You can call the DescribeDomains operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
This parameter is required.
example:click.linktech.cn
@NameInMap(value="Enable") public Integer enable
Specifies whether to enable the OCSP feature. Valid values:
This parameter is required.
example:1
public static ModifyOcspStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyOcspStatusRequest setDomain(String domain)
public String getDomain()
public ModifyOcspStatusRequest setEnable(Integer enable)
public Integer getEnable()
Copyright © 2026. All rights reserved.