Uses of Class
com.tencentcloudapi.cdn.v20180606.models.ErrorPage
-
Packages that use ErrorPage Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of ErrorPage in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return ErrorPage Modifier and Type Method Description ErrorPageAddCdnDomainRequest. getErrorPage()Get 错误码重定向配置(功能灰度中,尚未全量)ErrorPageDetailDomain. getErrorPage()Get 自定义错误页面配置 注意:此字段可能返回 null,表示取不到有效值。ErrorPageMainlandConfig. getErrorPage()Get 错误码重定向配置。 注意:此字段可能返回 null,表示取不到有效值。ErrorPageOverseaConfig. getErrorPage()Get 错误码重定向配置。 注意:此字段可能返回 null,表示取不到有效值。ErrorPageUpdateDomainConfigRequest. getErrorPage()Get 错误码重定向配置(功能灰度中,尚未全量)Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type ErrorPage Modifier and Type Method Description voidAddCdnDomainRequest. setErrorPage(ErrorPage ErrorPage)Set 错误码重定向配置(功能灰度中,尚未全量)voidDetailDomain. setErrorPage(ErrorPage ErrorPage)Set 自定义错误页面配置 注意:此字段可能返回 null,表示取不到有效值。voidMainlandConfig. setErrorPage(ErrorPage ErrorPage)Set 错误码重定向配置。 注意:此字段可能返回 null,表示取不到有效值。voidOverseaConfig. setErrorPage(ErrorPage ErrorPage)Set 错误码重定向配置。 注意:此字段可能返回 null,表示取不到有效值。voidUpdateDomainConfigRequest. setErrorPage(ErrorPage ErrorPage)Set 错误码重定向配置(功能灰度中,尚未全量)Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type ErrorPage Constructor Description ErrorPage(ErrorPage 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.
-