Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DomainSetList
-
Packages that use DomainSetList Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DomainSetList in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return DomainSetList Modifier and Type Method Description DomainSetList[]DomainSets. getDomainSet()Get 自定义服务域名列表。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DomainSetList Modifier and Type Method Description voidDomainSets. setDomainSet(DomainSetList[] DomainSet)Set 自定义服务域名列表。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DomainSetList Constructor Description DomainSetList(DomainSetList 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.
-