Uses of Class
com.tencentcloudapi.cdc.v20201214.models.Site
-
Packages that use Site Package Description com.tencentcloudapi.cdc.v20201214.models -
-
Uses of Site in com.tencentcloudapi.cdc.v20201214.models
Methods in com.tencentcloudapi.cdc.v20201214.models that return Site Modifier and Type Method Description Site[]DescribeSitesResponse. getSiteSet()Get 符合查询条件的站点列表Methods in com.tencentcloudapi.cdc.v20201214.models with parameters of type Site Modifier and Type Method Description voidDescribeSitesResponse. setSiteSet(Site[] SiteSet)Set 符合查询条件的站点列表Constructors in com.tencentcloudapi.cdc.v20201214.models with parameters of type Site Constructor Description Site(Site 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.
-