public class GetCustomDomainResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetCustomDomainResponse() |
GetCustomDomainResponse(GetCustomDomainResponse 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 证书配置信息
|
String |
getDomain()
Get 域名
|
EndpointsConf[] |
getEndpointsConfig()
Get 路由配置
|
String |
getProtocol()
Get 协议
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
WafConf |
getWafConfig()
Get web 应用防火墙配置
|
void |
setCertConfig(CertConf CertConfig)
Set 证书配置信息
|
void |
setDomain(String Domain)
Set 域名
|
void |
setEndpointsConfig(EndpointsConf[] EndpointsConfig)
Set 路由配置
|
void |
setProtocol(String Protocol)
Set 协议
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
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, toJsonString
public GetCustomDomainResponse()
public GetCustomDomainResponse(GetCustomDomainResponse source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议public EndpointsConf[] getEndpointsConfig()
public void setEndpointsConfig(EndpointsConf[] EndpointsConfig)
EndpointsConfig
- 路由配置public CertConf getCertConfig()
public void setCertConfig(CertConf CertConfig)
CertConfig
- 证书配置信息public WafConf getWafConfig()
public void setWafConfig(WafConf WafConfig)
WafConfig
- web 应用防火墙配置public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.