public class UpdateCustomDomainRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateCustomDomainRequest() | 
| UpdateCustomDomainRequest(UpdateCustomDomainRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| CertConf | getCertConfig()Get 证书配置信息,HTTPS协议必穿 | 
| String | getDomain()Get 自定义域名 | 
| EndpointsConf[] | getEndpointsConfig()Get 路由配置 | 
| String | getProtocol()Get 协议,取值范围:HTTP, HTTPS, HTTP&HTTPS | 
| WafConf | getWafConfig()Get web 应用防火墙配置 | 
| void | setCertConfig(CertConf CertConfig)Set 证书配置信息,HTTPS协议必穿 | 
| void | setDomain(String Domain)Set 自定义域名 | 
| void | setEndpointsConfig(EndpointsConf[] EndpointsConfig)Set 路由配置 | 
| void | setProtocol(String Protocol)Set 协议,取值范围:HTTP, HTTPS, HTTP&HTTPS | 
| void | setWafConfig(WafConf WafConfig)Set web 应用防火墙配置 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateCustomDomainRequest()
public UpdateCustomDomainRequest(UpdateCustomDomainRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - 自定义域名public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 协议,取值范围:HTTP, HTTPS, HTTP&HTTPSpublic CertConf getCertConfig()
public void setCertConfig(CertConf CertConfig)
CertConfig - 证书配置信息,HTTPS协议必穿public WafConf getWafConfig()
public void setWafConfig(WafConf WafConfig)
WafConfig - web 应用防火墙配置public EndpointsConf[] getEndpointsConfig()
public void setEndpointsConfig(EndpointsConf[] EndpointsConfig)
EndpointsConfig - 路由配置Copyright © 2025. All rights reserved.