Uses of Class
com.tencentcloudapi.gaap.v20180529.models.DomainErrorPageInfo
-
Packages that use DomainErrorPageInfo Package Description com.tencentcloudapi.gaap.v20180529.models -
-
Uses of DomainErrorPageInfo in com.tencentcloudapi.gaap.v20180529.models
Methods in com.tencentcloudapi.gaap.v20180529.models that return DomainErrorPageInfo Modifier and Type Method Description DomainErrorPageInfo[]DescribeDomainErrorPageInfoByIdsResponse. getErrorPageSet()Get 定制错误响应配置集 注意:此字段可能返回 null,表示取不到有效值。DomainErrorPageInfo[]DescribeDomainErrorPageInfoResponse. getErrorPageSet()Get 定制错误响应配置集 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gaap.v20180529.models with parameters of type DomainErrorPageInfo Modifier and Type Method Description voidDescribeDomainErrorPageInfoByIdsResponse. setErrorPageSet(DomainErrorPageInfo[] ErrorPageSet)Set 定制错误响应配置集 注意:此字段可能返回 null,表示取不到有效值。voidDescribeDomainErrorPageInfoResponse. setErrorPageSet(DomainErrorPageInfo[] ErrorPageSet)Set 定制错误响应配置集 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type DomainErrorPageInfo Constructor Description DomainErrorPageInfo(DomainErrorPageInfo 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.
-